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
Copy file name to clipboardExpand all lines: doc/09-object-types.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1229,6 +1229,11 @@ Configuration Attributes:
1229
1229
Note: If `flush_threshold` is set too low, this will force the feature to flush all data to Elasticsearch too often.
1230
1230
Experiment with the setting, if you are processing more than 1024 metrics per second or similar.
1231
1231
1232
+
> **Note**
1233
+
>
1234
+
> Be aware that `enable_send_perfdata` will create a new field mapping in the index for each performance data metric in a check plugin.
1235
+
> Elasticsearch/OpenSearch have a maximum number of fields in an index. The default value is usually 1000 fields. See [mapping settings limit](https://www.elastic.co/guide/en/elasticsearch/reference/8.18/mapping-settings-limit.html)
1236
+
1232
1237
Basic auth is supported with the `username` and `password` attributes. This requires an
1233
1238
HTTP proxy (Nginx, etc.) in front of the Elasticsearch instance. Check [this blogpost](https://blog.netways.de/2017/09/14/secure-elasticsearch-and-kibana-with-an-nginx-http-proxy/)
0 commit comments