Send agents' structured logs into ELK for visualization #9
Labels
improvement
An improvement over some existing feature
tooling
A task that improves the tooling of the repo (CI, documentation generation, etc.)
Milestone
Instead of using the standard output for visualizing the metrics, using an appropriate solution such as Kibana or Greylog would be much more elegant. It would allow for users to customize a dashboard depending on their needs, to create graphs, to configure their alarms using a GUI instead of environment variables or command line arguments, etc.
The current logger is already able to send structured logs as JSON to a Logstash/Elastic instance.
docker-compose.yml
file and adocker-compose.override.yml
file that contains a configuration that allows switching from stdout to an output through a log driver into Logstash or ElasticSearchThe text was updated successfully, but these errors were encountered: