Skip to content

barryhatfield/elasticsearch-metrics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-metrics

https://grafana.net/dashboards/878

Run either as a standalone script or docker container.

To build the container:

git clone https://github.com/trevorndodds/elasticsearch-metrics.git es-monitor
cd es-monitor
docker build -t <user>/es-monitor:latest .

To run it:

docker run -d -e ES_METRICS_CLUSTER_URL=http://search1.example.net:9200 \
-e ES_METRICS_INDEX_NAME=elasticsearch_metrics-search1 \
-e ES_METRICS_MONITORING_CLUSTER_URL=http://es-monitor.example.net:9200 \
<user>/es-monitor:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • Dockerfile 2.8%
  • Shell 2.3%