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!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...