File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
x-pack/plugin/otel-data/src/main/resources Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1+ pr : 133403
2+ summary : Fix service destination template file name
3+ area : Data streams
4+ type : bug
5+ issues : []
Original file line number Diff line number Diff line change 11---
22version : ${xpack.oteldata.template.version}
33index_patterns : ["metrics-service_destination.10m.otel-*"]
4- priority : 130
4+ priority : 131
55data_stream :
66 hidden : true
77allow_auto_create : true
Original file line number Diff line number Diff line change 11---
22version : ${xpack.oteldata.template.version}
33index_patterns : ["metrics-service_destination.1m.otel-*"]
4- priority : 130
4+ priority : 131
55data_stream : {}
66allow_auto_create : true
77_meta :
Original file line number Diff line number Diff line change 11---
22version : ${xpack.oteldata.template.version}
33index_patterns : ["metrics-service_destination.60m.otel-*"]
4- priority : 130
4+ priority : 131
55data_stream :
66 hidden : true
77allow_auto_create : true
Original file line number Diff line number Diff line change 11# "version" holds the version of the templates and ingest pipelines installed
22# by xpack-plugin otel-data. This must be increased whenever an existing template is
33# changed, in order for it to be updated on Elasticsearch upgrade.
4- version : 10
4+ version : 11
55
66component-templates :
77 - otel@mappings
@@ -24,6 +24,6 @@ index-templates:
2424 - metrics-service_summary.60m.otel@template
2525 - metrics-service_summary.10m.otel@template
2626 - metrics-service_summary.1m.otel@template
27- - metrics-service_destination.60m@template
28- - metrics-service_destination.10m@template
29- - metrics-service_destination.1m@template
27+ - metrics-service_destination.60m.otel @template
28+ - metrics-service_destination.10m.otel @template
29+ - metrics-service_destination.1m.otel @template
You can’t perform that action at this time.
0 commit comments