-
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
[filebeat] clone value when copy fields in processors #20500
[filebeat] clone value when copy fields in processors #20500
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
💚 CLA has been signed |
💚 Build SucceededExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
a07e16e
to
bc4c66a
Compare
bc4c66a
to
29a9340
Compare
Pinging @elastic/integrations-services (Team:Services) |
29a9340
to
8c69f44
Compare
the travis-ci fail, the job log report error |
78733b0
to
0851406
Compare
Could you please add an entry to the changelog.next.asciidoc file? |
jenkins run tests |
635f1e5
to
ca29891
Compare
ca29891
to
da93ae0
Compare
i add an entry to the changelog.next.asciidoc file. |
jenkins run tests |
I have failed in travis-ci. There are the following errors
what can i do to fix it? |
@ianwoolf Thank you for your contribution! |
) Closes elastic#19206 (cherry picked from commit 0940e25)
) Closes elastic#19206 (cherry picked from commit 0940e25)
…26381) (cherry picked from commit 0940e25) Co-authored-by: ian woolf <[email protected]>
…26382) Closes #19206 (cherry picked from commit 0940e25) Co-authored-by: ian woolf <[email protected]>
fix the bug mentioned in #19206
What does this PR do?
clone value when copy field in processors to avoid crash.
Why is it important?
As explained in #19206, a child-document of a map may point to it's root without deep copy.
Related issues