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 #27535

Merged
merged 16 commits into from
Aug 25, 2021

Commits on Aug 20, 2021

  1. [Heartbeat] Fix broken data_stream assignment

    Fixes elastic#27478
    
    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.
    andrewvc committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    fa553d5 View commit details
    Browse the repository at this point in the history
  2. Fmt

    andrewvc committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    0069de4 View commit details
    Browse the repository at this point in the history
  3. handle event dataset

    andrewvc committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    591a9cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    291989a View commit details
    Browse the repository at this point in the history
  5. Update enrich

    andrewvc committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    757553a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcb0592 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Fix var name

    andrewvc committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    782f2d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8cd147 View commit details
    Browse the repository at this point in the history
  3. Fix up logic

    andrewvc committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    e36f0cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d43e011 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Scratch

    andrewvc committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f06c435 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    2ae7154 View commit details
    Browse the repository at this point in the history
  2. Update python tests

    andrewvc committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    d8f9258 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    andrewvc committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    a255573 View commit details
    Browse the repository at this point in the history
  4. Fix id invocation

    andrewvc committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    7dc2b81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96e006d View commit details
    Browse the repository at this point in the history