ELK Stack: Elasticsearch, Kibana, Beats, Logstash and Apm server
Run the latest version of the ELK (Elasticsearch, Logstash, Kibana) stack with Docker and Docker Compose.
The elk stack will give you the ability to analyze any data set by using the searching/aggregation capabilities of Elasticsearch
and the visualization power of Kibana.
Based on the official Docker images:
APM Monitoring:
Beats:
The configuration for each container are placed on the root of this folder, then {{ container }}/config/{{ configuration }}.yml
The beats are shipped with basic configuration, for advanced configurations and for enable other modules see the reference configurations files on Elastic official documentation.
By default:
By default the stack starts paid features disabled xpack.license.self_generated.type: basic
in elssticsearch.yml.
You can enable the trial by changing the value of xpack.license.self_generated.type
to trial, and use the full fatures for 30 days.
For more information about the Licence see:
Clone this repository
set the right version of ELK stack on the .env file
build the stack with docker-compose build
Start the ELK stack using docker-compose
:
$ docker-compose up -d
Give Kibana a few seconds to initialize, then access the Kibana web UI by hitting
http://localhost:5601 with a web browser.
By default, the stack exposes the following ports:
$ docker-compose down -v