This repository contains a docker-compose.yml
file for running the Elastic Stack with APM Server on Docker.
Configured to be ready to be used for Log, Metrics, APM, Alerting, Machine Learning, and Security (SIEM) usecases.
- Docker
- Docker Compose
- Clone this repository.
- Navigate to the cloned directory.
- Run the following command:
docker-compose up -d --build
This will start the Elastic Stack with APM Server on Docker.
The docker-compose.yml
file contains the following services:
- Elasticsearch
- Logstash
- Kibana
- APM Server
Each service is configured with its own image and environment variables.
This repository is licensed under the MIT License.
This repository contains part of code from sherifabdlnaby/elastdocker