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] Merge synthetic root fields into events #24770

Merged
merged 5 commits into from
Mar 30, 2021

Commits on Mar 25, 2021

  1. [Heartbeat] Merge synthetic root fields into events

    Fixes elastic#24768
    
    This allows synthetics to drive more field names without requiring
    heartbeat updates. Any fields in `root_fields` get merged into the event
    root.
    andrewvc committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    6fb1d2b View commit details
    Browse the repository at this point in the history
  2. changelog

    andrewvc committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    a0eff45 View commit details
    Browse the repository at this point in the history
  3. Fix null case

    andrewvc committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    5416288 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Fix URL behavior, add tests

    andrewvc committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b55fd0a View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    andrewvc committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    cba9081 View commit details
    Browse the repository at this point in the history