mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
9 lines
327 B
Markdown
9 lines
327 B
Markdown
|
|
## 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 containre)
|
||
|
|
* Make filebeat transfer a log to logstash for process
|
||
|
|
* Once logstash is done, index with elasticsearch
|
||
|
|
* Finally, make sure data is available in Kibana
|