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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...