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!

Data-Driven Success: Splunk & Financial Services

Splunk streamlines the process of extracting insights from large volumes of data. In this fast-paced world, ...

Video | Welcome Back to Smartness, Pedro

Remember Splunk Community member, Pedro Borges? If you tuned into Episode 2 of our Smartness interview series, ...

Detector Best Practices: Static Thresholds

Introduction In observability monitoring, static thresholds are used to monitor fixed, known values within ...