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: exporter/elasticsearchexporter/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,16 @@ The Elasticsearch Exporter's own telemetry settings for testing and debugging pu
232
232
- `log_request_body` (default=false): Logs Elasticsearch client request body as a field in a log line at DEBUG level. It requires `service::telemetry::logs::level` to be set to `debug`. WARNING: Enabling this config may expose sensitive data.
233
233
- `log_response_body` (default=false): Logs Elasticsearch client response body as a field in a log line at DEBUG level. It requires `service::telemetry::logs::level` to be set to `debug`. WARNING: Enabling this config may expose sensitive data.
234
234
235
+
### Elasticsearch version
236
+
237
+
The Elasticsearch Exporter has forward compatibility with Elasticsearch 8+ by default.
238
+
It is possible to enable best-effort support for older Elasticsearch 7.x versions by
239
+
setting the Elasticsearch exporter config `version` to `7`.
240
+
241
+
> [!WARNING]
242
+
> See https://www.elastic.co/support/eol for Elasticsearch's End Of Life policy.
243
+
> Versions prior to 7.17.x are no longer supported by Elastic.
0 commit comments