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

Cherry-pick #19121 to 7.x: [Filebeat] Add text & flattened fields in aws cloudtrail fileset #19809

Merged
merged 2 commits into from
Jul 13, 2020

Commits on Jul 10, 2020

  1. Add text & flattened fields in aws cloudtrail fileset (elastic#19121)

    AWS cloudtrail events have the following fields where the subfields
    are highley variable: requestParameters, responseElements,
    additionalEventData and serviceEventDetails.
    
    multi_fields added to following fields
    - aws.cloudtrail.request_parameters
    - aws.cloudtrail.response_elements
    - aws.cloudtrail.additiona_eventdata
    - aws.cloudtrail.service_event_details
    
    flattened version of the fields are stored here:
    - aws.cloudtrail.flattened.request_parameters
    - aws.cloudtrail.flattened.response_elements
    - aws.cloudtrail.flattened.additiona_eventdata
    - aws.cloudtrail.flattened.service_event_details
    
    Closes elastic#18866
    
    (cherry picked from commit d16ecc9)
    leehinman committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    ae2fae9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

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