Splunk Search

splunk

DougiieDee
Explorer

I have a csv file which has field Account and it has over 1000+. In my logs it is named as yourAccount. how do i find the all the account logs from that csv file. Also can i rex the field and have the table for that as well in same query?

Labels (4)
0 Karma

DougiieDee
Explorer

yourAccount  isnt a field name i have to regex it. Can i rex field yourAccount and search with only the account that i have in csv file?

 

0 Karma

SanjayReddy
SplunkTrust
SplunkTrust

Hi @DougiieDee 

you can try to rename the Account field in csv to yourAccount  to get the all results from both fields.

example

index=foo sourcetype=bar | table yourAccount 
| lookup file.csv Account as yourAccount 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...