Skip to content

Commit 2337fc5

Browse files
authored
[chore][exporter/elasticsearch] docs: otel mapping mode requires ES 8.12+ (#38427)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Update docs to mention that otel mapping mode requires Elasticsearch 8.12+ because of require_data_stream. <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes #37283
1 parent 31d8a73 commit 2337fc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exporter/elasticsearchexporter/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ See below for a description of each mapping mode.
177177

178178
#### OTel mapping mode
179179

180+
Requires Elasticsearch 8.12 or above.
181+
180182
In `otel` mapping mode, the Elasticsearch Exporter stores documents in Elastic's preferred
181183
"OTel-native" schema. In this mapping mode, documents use the original attribute names and
182184
closely follows the event structure from the OTLP events.

0 commit comments

Comments
 (0)