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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...