Hi!
I need some help, to build an app.
How can I generate an event from search (or dashboard) and put it in specified index/file? Event should have some fields with individual value. Is there a solution outside of using REST API?
Regards
To put data into files you could use outputcsv or outputlookup, to insert data into some index you could use collect.
outputcsv
outputlookup
collect
View solution in original post