devops-exercises/topics/eflk.md
abregman 99c4e02ecf Rename exercises dir
Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
2022-08-02 01:53:56 +03:00

327 B

ELK + Filebeat

Set up the following using any log you would like:

  • Run the following: elasticsearch, logstash, kibana and filebeat (each running in its own container)
  • Make filebeat transfer a log to logstash for process
  • Once logstash is done, index with elasticsearch
  • Finally, make sure data is available in Kibana