-
Notifications
You must be signed in to change notification settings - Fork 471
[cisco_ios] Add Dissect and Grok patterns for IPACCESSLOGP logs with Event Code Trimming #14464
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
base: main
Are you sure you want to change the base?
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
|
|
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
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.
questions
ignore_failure: true | ||
- dissect: | ||
field: message | ||
tag: dissect_gp |
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.
i don't think this should be the same tag as the previous dissect.
this is definitely easier to read than converting it to a grok
, and is likely faster.
@@ -68,6 +68,7 @@ processors: | |||
tag: grok_message | |||
patterns: | |||
- '^%%{GREEDYDATA:message}$' | |||
- '^%{GREEDYDATA}%%{GREEDYDATA:message}$' |
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.
what is this supposed to do? yaml supports comments, so please put a comment on this, since regular expressions are hard to understand even when they are straightforward
Proposed commit message
Checklist
changelog.yml
file.How to test this PR locally
Related Issue