-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
@copy deep_copy does not work #2744
Comments
For your case, changing copy order is one ad-hoc approach.
|
Signed-off-by: Masahiro Nakagawa <[email protected]>
Patch: #2747 |
Thank you for your response and the patch.
I think I do not necessarily need the deep_copy. It seems that the things I would like to achieve can also be done with a different order of the stores in the copy. |
out_copy: Add copy_mode parameter. fix #2744
Describe the bug
I would like to send data to multiple outputs(Loki and Splunk). From the data which I send to Splunk I want remove some metadata data. Despite I use
deep_copy true
the data I remove from the Splunk record is also removed from the Loki record.Are there other ways to send records in different formats do different outputs?
To Reproduce
fluent.conf
Expected behavior
Data is only removed from the Splunk record
The text was updated successfully, but these errors were encountered: