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

[Filebeat] Improve ECS field mappings in santa module #17982

Merged
merged 3 commits into from
Apr 29, 2020

Commits on Apr 24, 2020

  1. Improve ECS field mappings in santa module

    - move certificate.common_name to
      santa.certificate.common_name (breaking change)
    - move certificate.sha256 to
      santa.certificate.sha256 (breaking change)
    - move hash.sha256 to process.hash.sha256 (breaking change)
    - event.action
    - event.category
    - event.kind
    - event.type
    - event.outcome
    - log.level
    - add full path to executable to process.args
    - related.hash
    - related.user
    
    Closes elastic#16180
    leehinman committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    cf4307d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Add new default file path

    leehinman committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    84c8dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10f83a9 View commit details
    Browse the repository at this point in the history