-
Notifications
You must be signed in to change notification settings - Fork 4.9k
libbeat/processors/replace: fix zero string replacement validation #40751
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
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
|
/test |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
@@ -162,6 +162,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] | |||
- Fix credential handling when workload identity is being used in GCS input. {issue}39977[39977] {pull}40663[40663] | |||
- Fix publication of group data from the Okta entity analytics provider. {pull}40681[40681] | |||
- Ensure netflow custom field configuration is applied. {issue}40735[40735] {pull}40730[40730] | |||
- Fix replace processor handling of zero string replacement validation. {pull}[] |
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 missed this.
…placement validation (#40801) * libbeat/processors/replace: fix zero string replacement validation (#40751) The change in #40047 breaks the use of the replace processor to do s/<pattern>// replacement. So make the validation on absence, not zero state. (cherry picked from commit a45a3ac) * add missing pr number --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
…eplacement validation (#40917) * libbeat/processors/replace: fix zero string replacement validation (#40751) The change in #40047 breaks the use of the replace processor to do s/<pattern>// replacement. So make the validation on absence, not zero state. (cherry picked from commit a45a3ac) * add missing pr number --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
Proposed commit message
The change in #40047 breaks the use of the replace processor to do
s/<pattern>//
replacement. So make the validation on absence, not zero state.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs