You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I treid the clone filter without giving the clones option and was hoping that it would create clones with the same type as the original event. But no clones were created.
Maybe I misread the documentation because both configurations get through the configtestof logstash but since the first example doesn't do anything I would have liked at least a hint that it won't do anything.
The text was updated successfully, but these errors were encountered:
I hate +1s, but +1. I read the doc that no settings were necessary. I setup so all events that existed inside of an if block would have been cloned. This did not work, and I had to go back and setup a separate mutate => add_field => type=X, and then clone => clones => X
(This issue was originally filed by @widhalmt at elastic/logstash#2141)
I treid the clone filter without giving the
clones
option and was hoping that it would create clones with the same type as the original event. But no clones were created.Using the following clones are created.
Maybe I misread the documentation because both configurations get through the
configtest
of logstash but since the first example doesn't do anything I would have liked at least a hint that it won't do anything.The text was updated successfully, but these errors were encountered: