From ccd7b31a7aebe9513d3f982224edeac4db80fec3 Mon Sep 17 00:00:00 2001 From: Steve Waterworth Date: Fri, 19 Mar 2021 10:50:34 +0000 Subject: [PATCH] fix typos --- fluentd/Docker-Compose/README.md | 2 +- fluentd/Kubernetes/README.md | 1 + fluentd/README.md | 6 ++---- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/fluentd/Docker-Compose/README.md b/fluentd/Docker-Compose/README.md index 84ce949..692305e 100644 --- a/fluentd/Docker-Compose/README.md +++ b/fluentd/Docker-Compose/README.md @@ -16,7 +16,7 @@ services: image: ${REPO}/rs-mongodb:${TAG} networks: - robto-shop - logging: + logging: &logging driver: "fluentd" options: fluentd-address: localhost:24224 diff --git a/fluentd/Kubernetes/README.md b/fluentd/Kubernetes/README.md index 30d9f05..ae9813c 100644 --- a/fluentd/Kubernetes/README.md +++ b/fluentd/Kubernetes/README.md @@ -8,3 +8,4 @@ Apply the configuration: $ kubectl apply -f fluentd.yaml ``` +Set up [logging integration](https://www.instana.com/docs/logging/) in Instana. \ No newline at end of file diff --git a/fluentd/README.md b/fluentd/README.md index 22d16c5..89daa2a 100644 --- a/fluentd/README.md +++ b/fluentd/README.md @@ -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.