Skip to content
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

[Heartbeat] Fix broken data_stream assignment (backport #27535) #27593

Merged
merged 1 commit into from
Aug 25, 2021

Commits on Aug 25, 2021

  1. [Heartbeat] Fix broken data_stream assignment (#27535)

    This PR fixes the logic behind assigning the data_steam.dataset field.
    
    Previously this was static per monitor type, only the index would change, but not the field. This makes the processor more comprehensive handling not just index naming but field generation.
    
    This is a breaking change, setting event.dataset consistently to the monitor type rather than the old value of uptime. Since this field is unlikely to have been used by anyone the impact is low, and it will bring us inline with the ECS spec requiring this field to match event.dataset.
    
    (cherry picked from commit 12df9f7)
    andrewvc authored and mergify-bot committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    db248fa View commit details
    Browse the repository at this point in the history