fix typos

This commit is contained in:
Steve Waterworth
2021-03-19 10:50:34 +00:00
parent fbd4024d10
commit ccd7b31a7a
3 changed files with 4 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ services:
image: ${REPO}/rs-mongodb:${TAG}
networks:
- robto-shop
logging:
logging: &logging
driver: "fluentd"
options:
fluentd-address: localhost:24224

View File

@@ -8,3 +8,4 @@ Apply the configuration:
$ kubectl apply -f fluentd.yaml
```
Set up [logging integration](https://www.instana.com/docs/logging/) in Instana.

View File

@@ -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.