Dashboards & Visualizations

What is the documentation on dynamic options for dropdown menu?

jamesandy51
Explorer

I have a chart that uses a dropdown to statically populate different client names in a search. Right now, they are all entered in manually. However, I would just like to do a search that brings back all the clients. Right now, I have the following search string entered under "dynamic options" when editing the dropdown menu:

client_name=* 
| chart values(client_name) as client_names

Then I have the client_name entered as both Label and Value.

Why isn't this working?

I could not find documentation on what data type the search string should be (guessing chart is not correct, though it returns the right list) or what the labels and values should look like. Please help me with any documentation to help. Have not been able to find anything that helps me use this interface.

0 Karma
1 Solution

renjith_nair
Legend

@jamesandy51,

In the dynamic option , try this search and use client_name as Label & Value

client_name=* | stats count by client_name

Here is a documentation which you could refer to https://docs.splunk.com/Documentation/Splunk/7.2.0/Viz/FormEditor#Specify_dynamic_options

Happy Splunking!

View solution in original post

renjith_nair
Legend

@jamesandy51,

In the dynamic option , try this search and use client_name as Label & Value

client_name=* | stats count by client_name

Here is a documentation which you could refer to https://docs.splunk.com/Documentation/Splunk/7.2.0/Viz/FormEditor#Specify_dynamic_options

Happy Splunking!
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...