Dashboards & Visualizations

From a CSV file, how do I get incoming alerts that match with location data to be displayed in a dashboard?

viji261992
Explorer

I have a "GRDB_site_list.csv" file with location details, I want to create a dashboard where the incoming alerts matching with the location should be displayed in that dashboard.

0 Karma

harsmarvania57
Ultra Champion

What are the field names do you have in raw data and column headers in lookup file ?

You can try something like this (In below query I am assuming that you location field in your raw data and you have column with name location in your lookup file.

index=yourindex | lookup GRDB_site_list.csv location AS location OUTPUT location AS l_loc | where isnotnull(l_loc) | fields - l_loc
0 Karma

viji261992
Explorer

Error in lookup command: could not find all of the specified lookup fields in the lookup table.

0 Karma

harsmarvania57
Ultra Champion

You need to change field name in lookup command based on fields you have in your raw data and CSV file

0 Karma
Get Updates on the Splunk Community!

Take Your Breath Away with Splunk Risk-Based Alerting (RBA)

WATCH NOW!The Splunk Guide to Risk-Based Alerting is here to empower your SOC like never before. Join Haylee ...

Industry Solutions for Supply Chain and OT, Amazon Use Cases, Plus More New Articles ...

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

Enterprise Security Content Update (ESCU) | New Releases

In November, the Splunk Threat Research Team had one release of new security content via the Enterprise ...