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

Migration of apache2 error fileset to ECS #8963

Merged
merged 5 commits into from
Dec 18, 2018

Commits on Dec 18, 2018

  1. Migration of apache2 error fileset to ECS

    Fields migrated:
    
    * apache.error.level -> log.level
    * apache.error.message -> message
    * apache.error.pid -> process.pid
    * apache.error.tid -> process.tid
    * apache.error.client -> source.ip
    
    Other changes
    
    * Changelog updated
    * Migration file updated
    * Field alias added for the old fields
    * Test outputs updated
    * Fix source.ip to be IP only. Before had a HOSTORIP pattern.
    
    Note: The ECS fields used were on purpose only put on the module level and are put into filebeat or libbeat when they are used in more then 1 place.
    ruflin committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    28d5138 View commit details
    Browse the repository at this point in the history
  2. update fields

    ruflin committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    5e82d25 View commit details
    Browse the repository at this point in the history
  3. Update filebeat/module/apache2/error/ingest/pipeline.json

    Co-Authored-By: ruflin <spam@ruflin.com>
    webmat and ruflin committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    d4901f8 View commit details
    Browse the repository at this point in the history
  4. update generated files

    ruflin committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    74d3de3 View commit details
    Browse the repository at this point in the history
  5. update pipeline and rebase

    ruflin committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    52ade7e View commit details
    Browse the repository at this point in the history