Splunk Search

Automated daily lookups

MayDayOne
Explorer

index="URL" NOT [inputlookup A_list_Jan1.csv | fields gtld]
| inputlookup A_listJan1.csv append=true
| dedup gtld
| table gtld
| outputlookup [ | stats count | eval filename=strftime(now(), "B_list%b%d.csv") | return $filename]

QUESTION:
I want to run this search daily. Is there anyway I can automate this search so that "B_list%b%d.csv" gets inserted as the first "inputlookup". This would result in the next days outputlookup as "C_list%b%d.csv".

REASON:
I see 100's of new gtld's on daily basis and I'm making a list of "total gtld's seen".

SECONDARY GOAL:
Create a second daily list of only the new gtld's seen for that day.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could make one lookup and include the timestamp of when that ID has been first seen. Should kill both birds with one stone, an overall list and - by filtering - a list per day.

0 Karma

MayDayOne
Explorer

EDIT:
The top two .csv files are the same.

index="URL" NOT [inputlookup A_listJan1.csv | fields gtld]
| inputlookup A_listJan1.csv append=true

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...