-
Notifications
You must be signed in to change notification settings - Fork 455
[aws] Update Grok pattern to support new HTTP ELB log format #13944
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
💔 Build Failed
Failed CI StepsHistory |
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "3.3.2" |
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.
- version: "3.3.2" | |
- version: "3.4.0" |
Since this is an enhancement, should we consider increasing the minor version instead of the patch version, which is typically for bug fixes?
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.
It is probably worth adding a note to the commit message indicating the origin of the test sample.
2024-11-29T13:45:24.599544Z 172.31.43.26 58206 80 - - - "-" - - - TID_16132ed0b4112148 | ||
http 2025-05-01T11:24:32.748149Z app/internal-service-alb/abcd1234efgh5678 127.0.0.1:57273 - -1 -1 -1 200 - 0 272 "- http://internal-service-alb.example.com:80-/ " "-" - - - "-" "-" "-" - 2025-05-01T11:24:32.720000Z "-" "-" "-" "-" "-" "-" "-" TID_00000000000000000000000000000000 |
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.
Add a final new line.
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "3.3.2" | |||
changes: | |||
- description: Update Grok pattern to support new ELB HTTP log format. |
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.
"new" is a term that goes stale. Is there a version number or documentation that details this?
Proposed commit message
The PR contains changes to modify the ELB HTTP Grok pattern to support the new log format, which is as follows:
Checklist
changelog.yml
file.Author's Checklist
Related issues