Cherry-pick #18683 to 7.x: LIBBEAT: Enhancement Convert dissected values from String to other basic data types and IP#19838
Conversation
|
Pinging @elastic/integrations (Team:Integrations) |
|
Pinging @elastic/integrations-services (Team:Services) |
CHANGELOG.next.asciidoc
Outdated
There was a problem hiding this comment.
ahh sorry I missed this before approving...
There was a problem hiding this comment.
woaw! Good catch! You really impressed me 😃
There was a problem hiding this comment.
Hmmm, now it seems like we are completely missing TestProcessorConvert in this backport?
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
d8aabf8 to
3a344ac
Compare
…sic data types and IP (elastic#18683) (cherry picked from commit 84d75e5)
3a344ac to
bc2d629
Compare
Cherry-pick of PR #18683 to 7.x branch. Original message:
What does this PR do?
This PR enhances dissect processor to convert string values to integer, long, float, double, boolean or IP. Key and convert data type are separated by
|separator.Why is it important?
It will save CPU cycles converting data from string to other data type using Convert processor
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.How to test this PR locally
Added unit and benchmark test cases.
Related issues
Closes elastic/dissect-specification#10