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

Cherry-pick #17844 to 7.x: [Filebeat] Improve ECS categorization field mappings for nginx module #17940

Merged
merged 3 commits into from
Apr 29, 2020

Commits on Apr 23, 2020

  1. Improve ECS categorization field mappings for nginx module (elastic#1…

    …7844)
    
    - access
      + event.kind
      + event.category
      + event.type
      + event.outcome
      + lowercase http.request.method
      + improve grok to not populate empty fields
      + related.ip
      + related.users
    - error
      + event.kind
      + event.category
      + event.outcome
    - ingress_controller
      + event.kind
      + event.category
      + event.type
      + event.outcome
      + lowercase http.request.method
      + improve grok to not populate empty fields
      + related.ip
      + related.users
    
    Closes elastic#16174
    
    (cherry picked from commit 93c3d15)
    leehinman committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    699677c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    3fbc563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeee76c View commit details
    Browse the repository at this point in the history