-
Notifications
You must be signed in to change notification settings - Fork 439
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
[cisco_asa] Remove test for missing message_id #11191
[cisco_asa] Remove test for missing message_id #11191
Conversation
* Customer reported a check for a missing message_id was causing failures in processing. * This check was removed and verified that no existing tests failed. * Customer did not provide sample data, so this is guesswork.
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
Quality Gate passedIssues Measures |
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.
Took me a second to figure out what was going on here 😆
Let's remove references to "the customer" in the commit message and changelog. It's sufficient enough just to mention removing an erroneous check for empty message ID.
Otherwise everything else LGTM
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "2.37.1" | |||
changes: | |||
- description: "Customer is having poor experience when logs are missing message_id field." |
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.
- description: "Customer is having poor experience when logs are missing message_id field." | |
- description: "Remove erroneous check for empty message ID in kv processor." |
We don't need to mention a customer.
SDH was closed; no idea if this was a theoretical problem or an actual one. Closing this, because it wasn't ready anyway. |
Proposed commit message
[cisco_asa] Remove check for missing message_id
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots