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,
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
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 😉