From e433d0ea3daa12bc8692c84486019dd0ec0a01f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 06:48:17 -0700 Subject: [PATCH] [release/v1.0] Correct typo for data stream field (#1155) Co-authored-by: Khoi Nguyen --- .../reference/components/prometheus.exporter.elasticsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/components/prometheus.exporter.elasticsearch.md b/docs/sources/reference/components/prometheus.exporter.elasticsearch.md index c93c533d40..ccac6368e6 100644 --- a/docs/sources/reference/components/prometheus.exporter.elasticsearch.md +++ b/docs/sources/reference/components/prometheus.exporter.elasticsearch.md @@ -48,7 +48,7 @@ Omitted fields take their default values. | `client_cert` | `string` | Path to PEM file that contains the corresponding cert for the private key to connect to Elasticsearch. | | no | | `ssl_skip_verify` | `bool` | Skip SSL verification when connecting to Elasticsearch. | | no | | `aliases` | `bool` | Include informational aliases metrics. | | no | -| `data_streams` | `bool` | Export stats for Data Streams. | | no | +| `data_stream` | `bool` | Export stats for Data Streams. | | no | | `slm` | `bool` | Export stats for SLM (Snapshot Lifecycle Management). | | no | ## Blocks