- Notifications
You must be signed in to change notification settings - Fork 519
[cisco_asa] parse 'message repeated X times' updated #12682
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
| Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
mjwolf left a comment
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.
Thanks, this looks good. There's just a couple minor things to change
packages/cisco_asa/data_stream/log/_dev/test/pipeline/test-repeat-deny.log-expected.json Outdated Show resolved Hide resolved
packages/cisco_asa/data_stream/log/elasticsearch/ingest_pipeline/default.yml Outdated Show resolved Hide resolved
andrewkroh left a comment
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. Just a minor comment.
packages/cisco_asa/data_stream/log/elasticsearch/ingest_pipeline/default.yml Outdated Show resolved Hide resolved
packages/cisco_asa/data_stream/log/elasticsearch/ingest_pipeline/default.yml Outdated Show resolved Hide resolved
packages/cisco_asa/data_stream/log/elasticsearch/ingest_pipeline/default.yml Outdated Show resolved Hide resolved
ctx can never be null in this context.
| /test |
| The README.md file needs regenerated via @@ -167,2 +167,3 @@ | cisco.asa.message_id | The Cisco ASA message identifier. | keyword | +| cisco.asa.message_repeats | The number of times the message has been repeated. | short | | cisco.asa.original_iana_number | IANA Protocol Number of the original IP payload. | short | |
Head branch was pushed to by a user without write access
| /test |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
|
| Package cisco_asa - 2.43.4 containing this change is available at https://epr.elastic.co/package/cisco_asa/2.43.4/ |




Proposed commit message
Deny message logs that contain the string "message repeated X times" are causing downstream failures. Add processors to parse the number of repeats, assign it to a field, and remove this portion of the message string so that subsequent processors do not encounter errors.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots