How can I modify the dashboard/panel to add a dropdown menu to allow users to select certain values of a field to be reflected in a plot?
Hi,
You could add a multi-select input in the dashboard. This will allow you to choose multiple values and use them anywhere on the dashboard.
Click on the "Edit" button on the Top Right corner. Then click on "Add Input" and choose Multiselect.
Give token a name like multi_input. The value can be retrieved anywhere in the dashboard by calling the variable $mulit_input$.
Give static values and view the preview to add delimiters or so.
HI @wyvivianho,
install the Splunk Dashboard Examples App ( https://splunkbase.splunk.com/app/1603/ ) where you can find a sample to do this.
In addition see at https://docs.splunk.com/Documentation/Splunk/8.0.0/Viz/FormEditor
Ciao.
Giuseppe