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!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...