Tips - linagora/docker-elk GitHub Wiki
View Elasticsearch Cluster & Read Data
http://172.17.0.3:9200/_plugin/head/
Reset Elasticsearch data
curl -XDELETE 'http://172.17.0.3:9200/_all'
Facets
SUMMARY Logs Distribution
{ "query": { "match_all": {} }, "facets": { "out change count": { "range": { "field": "summary_out_change", "ranges": [ { "to": 0 }, { "from": 1, "to": 2 }, { "from": 2, "to": 5 }, { "from": 5 } ] } }, "out delete count": { "range": { "field": "summary_out_delete", "ranges": [ { "to": 0 }, { "from": 1, "to": 2 }, { "from": 2, "to": 5 }, { "from": 5 } ] } } }, "size": 0 }