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
*[FEATURE] cluster info collector. The collector periodically queries the / endpoints and provides the other collectors with a semi up-to-date cluster label
42
-
*
53
+
*
43
54
*[FEATURE]/ [BUGFIX] grafana dashboard improvements and fixes
44
55
*[BUGFIX] Fixed createTLSConfig function. Return full tls configuration when ca, crt, key and insecure flag are set
| web.telemetry-path | 1.0.2 | Path under which to expose metrics. | /metrics |
61
61
| version | 1.0.2 | Show version info on stdout and exit. | |
62
62
63
-
Commandline parameters start with a single `-` for versions less than `1.1.0rc1`.
63
+
Commandline parameters start with a single `-` for versions less than `1.1.0rc1`.
64
64
For versions greater than `1.1.0rc1`, commandline parameters are specified with `--`. Also, all commandline parameters can be provided as environment variables. The environment variable name is derived from the parameter name
65
65
by replacing `.` and `-` with `_` and upper-casing the parameter name.
66
66
@@ -71,17 +71,17 @@ ES 7.x supports RBACs. The following security privileges are required for the el
71
71
Setting | Privilege Required | Description
72
72
:---- | :---- | :----
73
73
exporter defaults | `cluster` `monitor` | All cluster read-only operations, like cluster health and state, hot threads, node info, node and cluster stats, and pending cluster tasks. |
74
-
es.cluster_settings | `cluster` `monitor` |
75
-
es.indices | `indices` `monitor` (per index or `*`) | All actions that are required for monitoring (recovery, segments info, index stats and status)
76
-
es.indices_settings | `indices` `monitor` (per index or `*`) |
77
-
es.shards | not sure if `indices` or `cluster` `monitor` or both |
74
+
es.cluster_settings | `cluster` `monitor` |
75
+
es.indices | `indices` `monitor` (per index or `*`) | All actions that are required for monitoring (recovery, segments info, index stats and status)
76
+
es.indices_settings | `indices` `monitor` (per index or `*`) |
77
+
es.shards | not sure if `indices` or `cluster` `monitor` or both |
78
78
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)
79
79
80
80
Further Information
81
81
- [Build in Users](https://www.elastic.co/guide/en/elastic-stack-overview/7.3/built-in-users.html)
| elasticsearch_cluster_health_status | gauge | 3 | Whether all primary and replica shards are allocated.
103
103
| elasticsearch_cluster_health_timed_out | gauge | 1 | Number of cluster health checks timed out
104
104
| elasticsearch_cluster_health_unassigned_shards | gauge | 1 | The number of shards that exist in the cluster state, but cannot be found in the cluster itself.
105
+
| elasticsearch_clustersettings_stats_max_shards_per_node | gauge | 0 | Current maximum number of shards per node setting.
105
106
| elasticsearch_filesystem_data_available_bytes | gauge | 1 | Available space on block device in bytes
106
107
| elasticsearch_filesystem_data_free_bytes | gauge | 1 | Free space on block device in bytes
107
108
| elasticsearch_filesystem_data_size_bytes | gauge | 1 | Size of block device in bytes
@@ -129,7 +130,10 @@ Further Information
129
130
| elasticsearch_indices_indexing_delete_total | counter | 1 | Total indexing deletes
130
131
| elasticsearch_indices_indexing_index_time_seconds_total | counter | 1 | Cumulative index time in seconds
131
132
| elasticsearch_indices_indexing_index_total | counter | 1 | Total index calls
132
-
| elasticsearch_indices_mappings_stats_fields | gauge | | Count of fields currently mapped by index
133
+
| elasticsearch_indices_mappings_stats_fields | gauge | 1 | Count of fields currently mapped by index
134
+
| elasticsearch_indices_mappings_stats_json_parse_failures_total | counter | 0 | Number of errors while parsing JSON
135
+
| elasticsearch_indices_mappings_stats_scrapes_total | counter | 0 | Current total ElasticSearch Indices Mappings scrapes
136
+
| elasticsearch_indices_mappings_stats_up | gauge | 0 | Was the last scrape of the ElasticSearch Indices Mappings endpoint successful
0 commit comments