Skip to content

Commit f220ec5

Browse files
authored
Fix service destination template file name (elastic#133403)
* Fix service destination metrics file names * Update resources.yaml * Update resources.yaml * Update docs/changelog/133403.yaml
1 parent 8f42478 commit f220ec5

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

docs/changelog/133403.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133403
2+
summary: Fix service destination template file name
3+
area: Data streams
4+
type: bug
5+
issues: []

x-pack/plugin/otel-data/src/main/resources/index-templates/[email protected] renamed to x-pack/plugin/otel-data/src/main/resources/index-templates/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: ${xpack.oteldata.template.version}
33
index_patterns: ["metrics-service_destination.10m.otel-*"]
4-
priority: 130
4+
priority: 131
55
data_stream:
66
hidden: true
77
allow_auto_create: true

x-pack/plugin/otel-data/src/main/resources/index-templates/[email protected] renamed to x-pack/plugin/otel-data/src/main/resources/index-templates/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: ${xpack.oteldata.template.version}
33
index_patterns: ["metrics-service_destination.1m.otel-*"]
4-
priority: 130
4+
priority: 131
55
data_stream: {}
66
allow_auto_create: true
77
_meta:

x-pack/plugin/otel-data/src/main/resources/index-templates/[email protected] renamed to x-pack/plugin/otel-data/src/main/resources/index-templates/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: ${xpack.oteldata.template.version}
33
index_patterns: ["metrics-service_destination.60m.otel-*"]
4-
priority: 130
4+
priority: 131
55
data_stream:
66
hidden: true
77
allow_auto_create: true

x-pack/plugin/otel-data/src/main/resources/resources.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
component-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

0 commit comments

Comments
 (0)