-
Notifications
You must be signed in to change notification settings - Fork 444
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
Fix Snort test #2914
Fix Snort test #2914
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Type:8 Code:0 ID:101 Seq:1 ECHO | ||
|
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.
Does this need to be two newlines?
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.
Not required. The defined pattern is ^\[\*\*\]
. So this works too.
[**] [1:1000004:0] Pinging... [**]
[Classification: Attempted Information Leak] [Priority: 2]
09/04-21:53:15.299988 10.100.10.190 -> 175.16.199.1
ICMP TTL:64 TOS:0x0 ID:6922 IpLen:20 DgmLen:84 DF
Type:8 Code:0 ID:101 Seq:1 ECHO
[**] [1:1000005:0] Pinging... [**]
[Classification: Attempted Information Leak] [Priority: 3]
09/04-21:53:15.299988 10.200.11.90 -> 17.16.99.11
ICMP TTL:64 TOS:0x0 ID:6922 IpLen:20 DgmLen:84 DF
Type:8 Code:0 ID:101 Seq:1 ECHO
/test |
* append a newline character to the last line of the log enabling filebeat log input multiline reader to pass the entire block to the pipeline.
What does this PR do?
The PR appends a newline character to the last line of the log. Without this filebeat didn't send the entire multiline block which broke the pipeline and hence the failing system tests reported in CI.
Checklist
changelog.yml
file.I have verified that Kibana version constraints are current according to guidelines.How to test this PR locally
elastic-package test system -v
Related issues