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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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