devops-exercises/topics/eflk.md

9 lines
327 B
Markdown
Raw Permalink Normal View History

2020-02-14 17:27:40 +01:00
## ELK + Filebeat
Set up the following using any log you would like:
2020-09-17 23:11:51 +02:00
* Run the following: elasticsearch, logstash, kibana and filebeat (each running in its own container)
2020-02-14 17:27:40 +01:00
* Make filebeat transfer a log to logstash for process
* Once logstash is done, index with elasticsearch
* Finally, make sure data is available in Kibana