index=my_index [search is here]
| outputcsv mycsv.csv
After saving the search results into mycsv.csv file, can I access the file via search head?
| inputlookup mycsv.csv -- is not working
Thanks for the solution!
Hello @splunkxorsplunk
you can search by using |inputcsv mycsv.csv
If you have saved data using outputlookup then use inputlookup to access that data in search.
If this helps, karma would be appreciated.
Thanks,
Manasa