- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
splunkxorsplunk
Explorer
02-17-2023
05:58 PM
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
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
splunkxorsplunk
Explorer
02-19-2023
07:49 PM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
splunkxorsplunk
Explorer
02-19-2023
07:49 PM
Thanks for the solution!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Manasa_401
Communicator
02-18-2023
03:43 AM
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
