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 postgresql.log to ECS #9308

Merged
merged 11 commits into from
Dec 20, 2018
Merged

Commits on Dec 20, 2018

  1. Perform straightforward ECS renames:

    - postgresql.log.level => log.level
    - postgresql.log.user => user.name
    Mathieu Martin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    6b84f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39053ff View commit details
    Browse the repository at this point in the history
  3. Coercions:

    - PID to int
    - duration to float
    Mathieu Martin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    d41e599 View commit details
    Browse the repository at this point in the history
  4. Copy duration to event.duration, properly scaled

    Mathieu Martin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    7110322 View commit details
    Browse the repository at this point in the history
  5. Add float coercion missed during rebase

    Mathieu Martin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    e2cf01e View commit details
    Browse the repository at this point in the history
  6. Coerce core_id to an integer as well

    Mathieu Martin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    b35ce71 View commit details
    Browse the repository at this point in the history
  7. Migrate the timezone field to ECS as well

    Mathieu Martin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    b958718 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f4f8ba View commit details
    Browse the repository at this point in the history
  9. Document field name transitions in ecs-migration.yml

    Mathieu Martin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    496440e View commit details
    Browse the repository at this point in the history
  10. Changelog

    Mathieu Martin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    4823a8d View commit details
    Browse the repository at this point in the history
  11. Fix alias in ecs-migration.yml

    Mathieu Martin committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    a350d41 View commit details
    Browse the repository at this point in the history