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

---
What goes around comes around. If it helps, hit it with Karma 🙂

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

---
What goes around comes around. If it helps, hit it with Karma 🙂
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...