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] Preserve case of http.request.method #18359

Merged
merged 3 commits into from
May 27, 2020

Commits on May 7, 2020

  1. Preserve case of http.request.method

    ECS previously specified normalizing http.request.method to lowercase.
    This resulted in the loss of information. Affects filesets from the
    following versions:
    
    - apache/access (7.7 - 7.8)
    - elasticsearch/audit (7.7 - 7.8)
    - iis/access (7.7 - 7.8)
    - iis/error (7.7 - 7.8)
    - nginx/access (7.8)
    - nginx/ingress_controller (7.8)
    - aws/elb (7.7 - 7.8)
    - suricata/eve (7.4 - 7.8)
    - zeek/http (7.8)
    
    Closes elastic#18154
    leehinman committed May 7, 2020
    Configuration menu
    Copy the full SHA
    566cdbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b08ebc5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    f748fd2 View commit details
    Browse the repository at this point in the history