- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do I refresh a lookup file automatically with Splunk App for Lookup File Editing ?
hinako
Engager
02-01-2024
08:09 PM
Hi,
I want to refresh a lookup file daily.
How do I do this?
My file type is csv and in a file server.
Thanks,
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

gcusello

SplunkTrust
02-02-2024
01:10 AM
Hi @hinako,
where does the csv file come from?
if it's in a server or pc folder, you can put it in a folder, read it and override the lookup with a simple scheduled search:
| inputcsv <your_csv_file>
| outputcsv <your-lookup>
eventually adding some check if the csv file is empty or missing.
Ciao.
Giuseppe
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hinako
Engager
02-05-2024
05:33 AM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

gcusello

SplunkTrust
02-05-2024
06:27 AM
Hi @hinako ,
good for you, see next time!
let me know if I can help you more, or, please, accept one answer for the other people of Community.
Ciao and happy splunking
Giuseppe
P.S.: Karma Points are appreciated 😉
