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

Convert Filebeat kibana.log to ECS #9301

Merged
merged 12 commits into from
Jan 11, 2019
Merged

Commits on Jan 10, 2019

  1. Perform straightforward ECS renames:

    - kibana.log.meta.req.headers.referer => http.request.referrer
    - kibana.log.meta.req.headers.user-agent => user_agent.original
    - kibana.log.meta.req.remoteAddress => source.ip
    - kibana.log.meta.req.url => url.original
    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    971f065 View commit details
    Browse the repository at this point in the history
  2. Remove fields that were straight duplicates (will still be aliased):

    - kibana.log.meta.req.referer
    - kibana.log.meta.statusCode
    - kibana.log.meta.method
    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    722c830 View commit details
    Browse the repository at this point in the history
  3. Uppercase http.request.method field

    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d66e681 View commit details
    Browse the repository at this point in the history
  4. Compute event.duration

    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    89a171f View commit details
    Browse the repository at this point in the history
  5. Alias transitioned fields

    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a3f15c4 View commit details
    Browse the repository at this point in the history
  6. Document transitioned fields in ecs-migration.yml

    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    5edc9eb View commit details
    Browse the repository at this point in the history
  7. Fix a typo in one of the transitioned fields

    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    50cb96b View commit details
    Browse the repository at this point in the history
  8. Changelog

    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    2b58151 View commit details
    Browse the repository at this point in the history
  9. Don't rename source.address, but copy it to source.ip

    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    4f76e40 View commit details
    Browse the repository at this point in the history
  10. Only copy source.address to source.ip if address is present

    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    9a8aa8a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7592a6 View commit details
    Browse the repository at this point in the history
  12. Use the very nice null-safe operators to shorten if clauses

    Mathieu Martin committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    dfd5670 View commit details
    Browse the repository at this point in the history