ELK
Elastichsearch, Logstash and Kibana
Deploy using Docker
Elasticsearch
The vm.max_map_count kernel setting needs to be set to at least 262144 for production use
Deploy elasticsearch:
Kibana
If you want to mount the config file, use:
--volume="/your-path/kibana.yml:/usr/share/kibana/config/kibana.yml:ro" \
Deploy using docker-compose
Run:
Deploy Filebeat
Create the config file:
Paste
Run the container:
Access Kibana: http://localhost:5601
Go to Management -> Index Patterns and create your index.
Last updated