Skip to content
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

SAK-EFK Filebeat config example in README.md seems not to be correct #193

Open
yaizkazani opened this issue Dec 6, 2021 · 0 comments
Open

Comments

@yaizkazani
Copy link

yaizkazani commented Dec 6, 2021

Regular expressions in SAK-EFK module for Filebeat config example seems not to be valid.

The regular expressions used in https://github.com/provectus/sak-efk/blob/master/README.md are:

"message" = "(?i)kube-probe/1.18+"

"message" = "(?i)ELB-HealthChecker/2.0"

According to Filebeat docs Golang flavor is used (https://pkg.go.dev/regexp/syntax?utm_source=godoc) so "." and "+" should be escaped like this:

"message" = "(?i)kube-probe/1\.18\+"
"message" = "(?i)ELB-HealthChecker/2\.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant