This repository contains a simple scenario to ease the task of testing and developing Elastic Prometheus integration.
It will launch:
- node_exporter
- Prometheus server, consuming from both cadvisor and node_exporter, sending a copy of them to Elastic through the
remote_write
endpoint in the Agent. - Elasticsearch
- Kibana
- Elastic Agent receiving metrics through the
remote_write
endpoint.
- Install docker-compose
git clone https://github.com/exekias/metricbeat-prometheus-playground.git
cd metricbeat-prometheus-playground
docker-compose up
After bootstrap, you can access:
- Kibana: http://localhost:5601
- Elasticsearch: http://localhost:9200