Dashboards & Visualizations

How to show related data in other drop down if one is selected?

Neel88
Explorer

I have two drop-down on the dashboard. When I select first dropdown from the list then I need the show the selected (filtered) list based on the first drop down on the second. Pls help.

Labels (6)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

The second dropdown needs to reference the token from the first dropdown.

For a more specific answer, ask a more specific question.  😀

---
If this reply helps you, Karma would be appreciated.

Neel88
Explorer

Getting this error after this - Error in 'where' command:Regex:quantifier does not follow a repeatable item

 

| loadjob savedsearch="nobody:splunk_fcr_evo:monitoring"
| table adt, FLOW, Date, NbRecordsOKFCR, Total, NbRecords, NBFile, NA1, NA2, NA3, CM, Alert
| where match(FLOW, "$Flow_token$") and match(adt, "$adt_token$") $filter_green_lights$
| fields adt FLOW Date NA1, NA2, NA3,CM, "Total" | sort adt, Date

0 Karma

richgalloway
SplunkTrust
SplunkTrust

What are the values of the $Flow_token$ and $adt_token$ tokens?  One or both is using a quantifier ('*', '+', or {n}) incorrectly.  Those tokens must contain a valid regular expression (test them at https://regex101.com).

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...