-
Notifications
You must be signed in to change notification settings - Fork 456
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
Add support for additional fields from V2 ALB logs #304
Conversation
Pinging @elastic/integrations-platforms (Team:Platforms) |
packages/aws/data_stream/elb_logs/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Good finding :) I've finished the investigation. It' a bug in elastic-package. As a temporary workaround you can use the following config: {
"multiline": {
"first_line_pattern": "^http"
}
} but I will work on the workaround today and post the update here. |
@ycombinator that's a weird HTTP error during system tests:
EDIT: not sure why is it using production endpoint. |
jenkins run the tests please |
Merging, CI is happy now. |
This PR is to add support for additional fields from V2 ALB logs into integrations.
PR in Beats: elastic/beats#21540