[aws] Update AWS ALB Grok patterns to parse logs with conn_trace_id field and malformed requests missing HTTP versions#16755
Merged
devamanv merged 4 commits intoelastic:mainfrom Jan 11, 2026
Conversation
6 tasks
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
cloudwatch_logs |
1e+06 | 500000 | -500000 (-50%) | 💔 |
elb_logs |
4739.34 | 577.03 | -4162.31 (-87.82%) | 💔 |
emr_logs |
20000 | 13513.51 | -6486.49 (-32.43%) | 💔 |
To see the full report comment with /test benchmark fullreport
|
Hello team! The customer mentioned in https://github.com/elastic/sdh-beats/issues/6770 is waiting for this PR to be merged before I can close out their support case. Is there an ETA I could share with them on when this can be merged? 🙏 |
Contributor
Author
|
@jsevidal13 we are trying to close it ASAP, hopefully by end of this week. Hope that's okay. |
Thanks, @devamanv! I'll let the customer know. |
conn_trace_id field and parse malformed requests missing HTTP versions
conn_trace_id field and parse malformed requests missing HTTP versionsconn_trace_id field and malformed requests missing HTTP versions
conn_trace_id field and malformed requests missing HTTP versionsconn_trace_id field and malformed requests missing HTTP versions
tommyers-elastic
approved these changes
Jan 9, 2026
💚 Build Succeeded
History
|
|
Package aws - 5.6.0 containing this change is available at https://epr.elastic.co/package/aws/5.6.0/ |
jakubgalecki0
pushed a commit
to jakubgalecki0/integrations
that referenced
this pull request
Feb 19, 2026
… field and malformed requests missing HTTP versions (elastic#16755)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
The PR contains changes to modify the AWS ALB Grok pattern to support the
conn_trace_idfield and parse malformed requests missing HTTP versions, which is as follows:Reference: AWS ELB Access Log entries
Checklist
changelog.ymlfile.Author's Checklist
Related issues