Skip to content

Commit

Permalink
Document es.indices_mappings flag
Browse files Browse the repository at this point in the history
This was introduced in prometheus-community#411, and is in the 1.2.0 release.

Signed-off-by: Mandar Gokhale <[email protected]>
Signed-off-by: Toomas Ormisson <[email protected]>
  • Loading branch information
mandarg authored and P6rguVyrst committed Jul 21, 2021
1 parent f923f94 commit 49465b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ elasticsearch_exporter --help
| es.cluster_settings | 1.1.0rc1 | If true, query stats for cluster settings. | false |
| es.indices | 1.0.2 | If true, query stats for all indices in the cluster. | false |
| es.indices_settings | 1.0.4rc1 | If true, query settings stats for all indices in the cluster. | false |
| es.indices_mappings | 1.2.0 | If true, query stats for mappings of all indices of the cluster. | false |
| es.shards | 1.0.3rc1 | If true, query stats for all indices in the cluster, including shard-level stats (implies `es.indices=true`). | false |
| es.snapshots | 1.0.4rc1 | If true, query stats for the cluster snapshots. | false |
| es.timeout | 1.0.2 | Timeout for trying to get stats from Elasticsearch. (ex: 20s) | 5s |
Expand Down

0 comments on commit 49465b8

Please sign in to comment.