Skip to content

fix: enable date_detection for all apm data streams #130466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

kruskall
Copy link
Member

@kruskall kruskall commented Jul 2, 2025

Partially revert #128913 and flip the setting to actually fix the issue

enable date_detection for all apm data streams

after some discussion in elastic/apm-server#16064 it was decided to reenable date_detection everywhere and treat any issue as a bug

Closes elastic/apm-server#16064

@kruskall kruskall requested a review from a team as a code owner July 2, 2025 14:18
@elasticsearchmachine elasticsearchmachine added v9.2.0 needs:triage Requires assignment of a team area label labels Jul 2, 2025
@kruskall kruskall added >feature :Data Management/Data streams Data streams and their lifecycles Team:Data Management Meta label for data/management team v8.19.0 v9.1.0 and removed needs:triage Requires assignment of a team area label labels Jul 2, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@@ -4,6 +4,7 @@ _meta:
managed: true
template:
mappings:
date_detection: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we want this to be true? The original removal in https://github.com/elastic/elasticsearch/pull/128913/files was under the assumption that the default is true.

@kruskall kruskall requested a review from simitt July 3, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Data streams Data streams and their lifecycles >feature Team:Data Management Meta label for data/management team v8.19.0 v9.1.0 v9.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infrastructure inventory UI is broken due to missing mapping for system.process.cpu.start_time
4 participants