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

Remove agent.hostname field from libbeat #18328

Merged

Commits on May 6, 2020

  1. Remove agent.hostname field from libbeat

    agent.hostname is not part of ECS so this removes the field. Instead the
    agent.name field can be used for this purpose and it it part of ECS.
    This add a migration alias pointing from agent.hostname to agent.name.
    
    Closes elastic#16377
    andrewkroh committed May 6, 2020
    Configuration menu
    Copy the full SHA
    4af663b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Fix beat.hostname alias

    andrewkroh committed May 7, 2020
    Configuration menu
    Copy the full SHA
    4f17af4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Unmark alias as migration

    Remove migration: true from beat.hostname alias.
    We can add it back after we are sure that Kibana has been updated to
    use beat.name for 8.0.
    andrewkroh committed May 11, 2020
    Configuration menu
    Copy the full SHA
    112ae67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb5ff7 View commit details
    Browse the repository at this point in the history