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
Get Updates on the Splunk Community!

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco + Splunk! We’ve ...

Enterprise Security Content Update (ESCU) | New Releases

In April, the Splunk Threat Research Team had 2 releases of new security content via the Enterprise Security ...