commit | 34d35c6350d71c7a7811ca1b6f300b3694b83bbe | [log] [tgz] |
---|---|---|
author | Michal Kobus <mkobus@mirantis.com> | Fri Mar 01 17:07:47 2019 +0100 |
committer | Michal Kobus <mkobus@mirantis.com> | Wed Mar 13 12:53:41 2019 +0100 |
tree | 9d2501813944240cc3156917e71574e449d68d11 | |
parent | 2046110197f0eb42579191ea561549e55b78f5b3 [diff] |
Add prometheus-es-exporter Example config in cluster model: ``` properties: prometheus: elasticsearch_exporter: queries: all: enabled: False terms: indices: '<notification-{now/d}>' json: | { "size": 0, "query": { "match_all": {} }, "aggs": { "program": { "terms": { "field": "programname.keyword" } } } } ``` Change-Id: I86553b392f7af669913052430ba6778b1c537154 Related-bug: PROD-27904 (PROD:27904)