Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
steveww committed Mar 19, 2021
1 parent fbd4024 commit ccd7b31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fluentd/Docker-Compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
image: ${REPO}/rs-mongodb:${TAG}
networks:
- robto-shop
logging:
logging: &logging
driver: "fluentd"
options:
fluentd-address: localhost:24224
Expand Down
1 change: 1 addition & 0 deletions fluentd/Kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Apply the configuration:
$ kubectl apply -f fluentd.yaml
```

Set up [logging integration](https://www.instana.com/docs/logging/) in Instana.
6 changes: 2 additions & 4 deletions fluentd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ This example works with [Humio](https://humio.com/) and [ELK](https://elastic.co

## Build Fluentd Container

The default `fluentd` Docker image does not include the output plugin for Elasticsearch. Therefore a new Docker image based on the default image with the Elasticsearch output plugin installed should be created.
The default `fluentd` Docker image does not include the output plugin for Elasticsearch. Therefore a new Docker image based on the default image with the Elasticsearch output plugin installed should be created, see the `Dockerfile` and `build.sh` script for examples. This example has already been built and pushed to Docker Hub.

If running Robot Shop locally via `docker-compose`, the image does not need to be pushed to a registry. If running on Kubernetes, the image will need to be pushed to a registry.

Deployment is also slightly different depending on which platform Robot Shop is run on. See the appropriate subdirectories for the required files and further instructions.
Deployment is slightly different depending on which platform Robot Shop is run on. See the appropriate subdirectories for the required files and further instructions.

0 comments on commit ccd7b31

Please sign in to comment.