I am having an issue with cascading dropdowns in Splunk Dashboard Studio. Parent Dropdown (tok_line): Populated by a CSV lookup. Child Dropdown (tok_machine): Populated by the same CSV, filtered by the parent token: | inputlookup line_machine_map.csv | where line="$tok_line$" | sort tonumber(sort_order) | table machine. When I select a value in the parent dropdown (e.g., Line "B3") and a corresponding value in the child dropdown (e.g., Machine "Dolum Spektrum"), and then change the parent selection to "B1", the child dropdown still displays "Dolum Spektrum" in the UI, even though that value is not present in the results for "B1". What can I do?
... View more