-
Notifications
You must be signed in to change notification settings - Fork 525
[aws] Update AWS ALB Grok patterns to parse logs with conn_trace_id field and malformed requests missing HTTP versions
#16755
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
Conversation
🚀 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? 🙏 |
|
@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
💚 Build Succeeded
History
|
|
Package aws - 5.6.0 containing this change is available at https://epr.elastic.co/package/aws/5.6.0/ |
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