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

Add os.type field from ECS 1.8 #23513

Merged
merged 4 commits into from
Feb 2, 2021

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    e9d66fa View commit details
    Browse the repository at this point in the history
  2. add_host_metadata: populate host.os.type

    Adds the host.os.type field introduced by ECS 1.8.0.
    
    Possible values for this field are:
    - linux
    - macos
    - unix
    - windows
    
    The field will be missing for OSes not in the list.
    
    Related elastic#23118
    adriansr committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    fa42ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc549df View commit details
    Browse the repository at this point in the history
  4. Missing make update

    adriansr committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    afec501 View commit details
    Browse the repository at this point in the history