i want save search results data into my index.
how can i do it...
(|crawl ... |input add index=myindex) is not working.
Use collect command
|crawl ... |collect index=myindex
Please note: collect command defaults the sourcetype to stash. (this will not consume any license).
If you use your own custom sourcetype, you can but it will cost license.
thank you very much for your answer.
i try it ,it's worked
Use collect command
|crawl ... |collect index=myindex
Please note: collect command defaults the sourcetype to stash. (this will not consume any license).
If you use your own custom sourcetype, you can but it will cost license.