Skip to content

Commit 2af75cf

Browse files
kruskallcarsonip
andauthored
feat: enable date_detection for all apm data streams (#129321)
* feat: enable date_detection for all apm data streams * Update resources.yaml * Create 128913.yml --------- Co-authored-by: Carson Ip <[email protected]>
1 parent 6e75afa commit 2af75cf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/changelog/128913.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128913
2+
summary: "[apm-data] Enable 'date_detection' for all apm data streams"
3+
area: Data streams
4+
type: enhancement
5+
issues: []

x-pack/plugin/apm-data/src/main/resources/component-templates/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ _meta:
44
managed: true
55
template:
66
mappings:
7-
date_detection: false
87
dynamic: true
98
dynamic_templates:
109
- numeric_labels:

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

Lines changed: 1 addition & 1 deletion
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 apm-data. This must be increased whenever an existing template or
33
# pipeline is changed, in order for it to be updated on Elasticsearch upgrade.
4-
version: 13
4+
version: 14
55

66
component-templates:
77
# Data lifecycle.

0 commit comments

Comments
 (0)