You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| es.shards | 1.0.3rc1 | If true, query stats for all indices in the cluster, including shard-level stats (implies `es.indices=true`). | false |
59
59
| es.snapshots | 1.0.4rc1 | If true, query stats for the cluster snapshots. | false |
60
+
| es.slm || If true, query stats for SLM. | false |
60
61
| es.timeout | 1.0.2 | Timeout for trying to get stats from Elasticsearch. (ex: 20s) | 5s |
61
62
| es.ca | 1.0.2 | Path to PEM file that contains trusted Certificate Authorities for the Elasticsearch connection. ||
62
63
| es.client-private-key | 1.0.2 | Path to PEM file that contains the private key for client auth when connecting to Elasticsearch. ||
@@ -87,6 +88,7 @@ es.indices | `indices` `monitor` (per index or `*`) | All actions that are requi
87
88
es.indices_settings | `indices``monitor` (per index or `*`) |
88
89
es.shards | not sure if `indices` or `cluster``monitor` or both |
89
90
es.snapshots | `cluster:admin/snapshot/status` and `cluster:admin/repository/get` | [ES Forum Post](https://discuss.elastic.co/t/permissions-for-backup-user-with-x-pack/88057)
91
+
es.slm | `read_slm`
90
92
91
93
Further Information
92
94
-[Build in Users](https://www.elastic.co/guide/en/elastic-stack-overview/7.3/built-in-users.html)
@@ -222,6 +224,23 @@ Further Information
222
224
| elasticsearch_clusterinfo_last_retrieval_success_ts | gauge | 1 | Timestamp of the last successful cluster info retrieval
223
225
| elasticsearch_clusterinfo_up | gauge | 1 | Up metric for the cluster info collector
224
226
| elasticsearch_clusterinfo_version_info | gauge | 6 | Constant metric with ES version information as labels
227
+
| elasticsearch_slm_stats_up | gauge | 0 | Up metric for SLM collector
228
+
| elasticsearch_slm_stats_total_scrapes | counter | 0 | Number of scrapes for SLM collector
0 commit comments