Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centralised logging with EFK Stack #14

Open
torrespro opened this issue Aug 20, 2020 · 0 comments
Open

Centralised logging with EFK Stack #14

torrespro opened this issue Aug 20, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@torrespro
Copy link
Contributor

It is difficult to get an overview of what is going on in a system landscape of microservices when each microservice instance writes log records to its local filesystem. We need a component that can collect the log records from the microservice's local filesystem and store them in a central database for analysis, search, and visualization. A popular open source-based solution for this builds on the following tools:

  • Elasticsearch, a distributed database with great capabilities for the search and analysis of large datasets
  • Fluentd, a data collector that can be used to collect log records from various sources, filter and transform the collected information, and finally send it to various consumers, for example, Elasticsearch
  • Kibana, a graphical frontend to Elasticsearch that can be used to visualize search results and run analyses of the collected log records

The idea is to show how to collect and store log records from microservice instances, as well as how to search and analyze log records.

@torrespro torrespro added enhancement New feature or request help wanted Extra attention is needed labels Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant