Files
robot-shop/fluentd/README.md

11 lines
713 B
Markdown
Raw Permalink Normal View History

2021-03-17 15:24:19 +00:00
# Logging with Fluentd
This example works with [Humio](https://humio.com/) and [ELK](https://elastic.co/). Fluentd is used to ship the logs from the containers to the logging backend.
## Build Fluentd Container
2021-03-19 10:50:34 +00:00
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.
2021-03-17 15:24:19 +00:00
2021-03-19 10:50:34 +00:00
Deployment is slightly different depending on which platform Robot Shop is run on. See the appropriate subdirectories for the required files and further instructions.
2021-03-17 15:24:19 +00:00