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] Add ECS tls & categorization fields to apache module #16121

Merged
merged 4 commits into from
Feb 7, 2020

Commits on Feb 6, 2020

  1. Add ECS tls & categorization fields to apache module

    - tls.cipher (access)
    - tls.protocol (access)
    - tls.protocol_version (access)
    - event.kind (access)
    - event.category (access)
    - event.outcome (access)
    - lowercase http.request.method for ECS compliance (access)
    - event.kind (error)
    - event.category (error)
    - event.type (error)
    
    Closes elastic#16032
    leehinman committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    810142f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    bbabb85 View commit details
    Browse the repository at this point in the history
  2. fix typo in changelog

    leehinman committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    50e05ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d74c84 View commit details
    Browse the repository at this point in the history