Hello,
when processing particular events by filters i would like sometimes to create new event with one attribute same as in original event (and store this new event into other elastic search index for further terms lookup querying).
My idea is to create new event and add required field from original event.
Can it be done using some existing filters? I could use clone
filter, but i don't want to manually delete tens of attributes from original event.
Thank you very much for help!