-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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][aws][cloudtrail] flattened.request_parameters field can exceed 32k limit #21382
Labels
Filebeat
Filebeat
Comments
Pinging @elastic/siem (Team:SIEM) |
6 tasks
leehinman
added a commit
to leehinman/beats
that referenced
this issue
Sep 29, 2020
add 32k length check for - aws.cloudtrail.flattened.request_parameters - aws.cloudtrail.flattened.response_elements - aws.cloudtrail.flattened.additional_eventdata - aws.cloudtrail.flattened.service_event_details Closes elastic#21382
leehinman
added a commit
that referenced
this issue
Sep 30, 2020
add 32k length check for - aws.cloudtrail.flattened.request_parameters - aws.cloudtrail.flattened.response_elements - aws.cloudtrail.flattened.additional_eventdata - aws.cloudtrail.flattened.service_event_details Closes #21382
leehinman
added a commit
to leehinman/beats
that referenced
this issue
Sep 30, 2020
) add 32k length check for - aws.cloudtrail.flattened.request_parameters - aws.cloudtrail.flattened.response_elements - aws.cloudtrail.flattened.additional_eventdata - aws.cloudtrail.flattened.service_event_details Closes elastic#21382 (cherry picked from commit eae9f5c)
leehinman
added a commit
to leehinman/beats
that referenced
this issue
Sep 30, 2020
) add 32k length check for - aws.cloudtrail.flattened.request_parameters - aws.cloudtrail.flattened.response_elements - aws.cloudtrail.flattened.additional_eventdata - aws.cloudtrail.flattened.service_event_details Closes elastic#21382 (cherry picked from commit eae9f5c)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
) (elastic#21432) add 32k length check for - aws.cloudtrail.flattened.request_parameters - aws.cloudtrail.flattened.response_elements - aws.cloudtrail.flattened.additional_eventdata - aws.cloudtrail.flattened.service_event_details Closes elastic#21382 (cherry picked from commit bfed554)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With cloudtrail 7.9 mapping and ingest, we encountered an ingestion issue:
On cloudtrail, some logs have a big request_parameters field that can exceed 32k and break elasticsearch field limit on
aws.cloudtrail.flattened.request_parameters
.The text was updated successfully, but these errors were encountered: