Add a couple of questions

This commit is contained in:
abregman
2020-02-14 18:27:40 +02:00
parent 2f385e6e31
commit 41c36c7014
3 changed files with 19 additions and 4 deletions

8
exercises/eflk.md Normal file
View File

@ -0,0 +1,8 @@
## 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