Splunk Search

adding data from lookup to search

smudge797
Path Finder

I have a spreadsheet.csv with the following info:
date, SID
16/03/2016, x555xx5x5
...

I want to add the SID value as Account_Name to search:

index=blah source=blah.log Account_Name= |stats count

Whats the most efficient method and example in distributed environment?

Thanks in advance!

0 Karma

somesoni2
SplunkTrust
SplunkTrust

Try something like this (based on where you've your csv file, choose between inputcsv( if in $SPLUNK_HOME/var/run/splunk) or inputlookup (if it's added as lookup table file $SPLUNK_HOME/etc/apps/AppName/lookups)

index=blah source=*blah.log [inputcsv spreadsheet.csv | stats count by SID | table SID | rename SID as Account_Name] |stats count

smudge797
Path Finder

cool thanks!

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...