Splunk Search

How to write a search to populate a drop-down menu in a dashboard with all unique index names?

jcspigler2010
Path Finder

I am trying to develop a search to populate a drop-down menu in a dashboard with all unique index names. I have tried using the following

| eventcount summarize=false index=* | dedup index | table index

But Splunk keeps complaining that there are duplicate values. Anybody have any idea on how I can accomplish this?

Thanks

0 Karma
1 Solution

sundareshr
Legend

Try this query

| eventcount summarize=false index=* | stats count by index | table index

View solution in original post

0 Karma

bhicks32
Explorer

What are you using for your "Field for value" and "Field for label" settings? Try using "index" for both of these.

0 Karma

sundareshr
Legend

Try this query

| eventcount summarize=false index=* | stats count by index | table index
0 Karma

jcspigler2010
Path Finder

Thanks for the reply sundareshr

Still get the same error.

"Duplicate values causing conflict"

0 Karma

sundareshr
Legend

do you have any static values in your dropdown? I just tested this and it worked without error.

0 Karma

jcspigler2010
Path Finder

I have 1 for ALL = *

This is the Default and Initial Value for the drop down menu. Let me remove this and see what I get.

0 Karma

jcspigler2010
Path Finder

That was it.

Interesting. So I have All set as default and don't have anything defined in inital value and looks like everything is good.

Thanks Sundareshr!

0 Karma
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, ...