-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[libbeat]: add uppercase processor #41535
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
|
|
@@ -59,32 +59,6 @@ func TestLowerCaseProcessorRun(t *testing.T) { | |||
Output mapstr.M | |||
Error bool | |||
}{ | |||
{ |
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.
duplicate test case
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
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.
Looks great! Thank you!
* [libbeat]: add uppercase processor * add PR number in changelog (cherry picked from commit 92ed683)
* [libbeat]: add uppercase processor * add PR number in changelog (cherry picked from commit 92ed683) Co-authored-by: Khushi Jain <[email protected]>
Proposed commit message
This PR implements
uppercase
processor usingalterFieldProcessor
. Closes #22254Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.