We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a78a1 commit 6b6592eCopy full SHA for 6b6592e
x-pack/plugin/otel-data/src/main/resources/component-templates/[email protected]
@@ -10,8 +10,6 @@ template:
10
sort:
11
field: [ "resource.attributes.host.name", "@timestamp" ]
12
mappings:
13
- _source:
14
- mode: synthetic
15
properties:
16
trace_id:
17
type: keyword
x-pack/plugin/otel-data/src/main/resources/resources.yaml
@@ -1,7 +1,7 @@
1
# "version" holds the version of the templates and ingest pipelines installed
2
# by xpack-plugin otel-data. This must be increased whenever an existing template is
3
# changed, in order for it to be updated on Elasticsearch upgrade.
4
-version: 6
+version: 7
5
6
component-templates:
7
- otel@mappings
0 commit comments