本篇不详写prometheus、grafana的搭建,需要可以翻阅linux监控篇
ElasticSearch入门篇
一、监控
- docker-compose.yml
elasticsearch_exporter: #监控
image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.3.0
command:
- '--es.uri=http://elasticsearch:9200'
- '--es.all'
- '--es.indices'
- '--es.indices_settings'
- '--es.indices_mappings'