Getting Data In

How do I get unique values in form dropdown?

oriches
Explorer

I want the list in the dropdown to be unique values in a form.

What do I have to put in the 'populatingSearch' element to make sure every value is unique?

Tags (2)
0 Karma
1 Solution

bwooden
Splunk Employee
Splunk Employee

Let's say your're populating the dropdown with hosts, you can dedup a few ways in Splunk.

One way would be to dedup the field host:

... | dedup host

Another would be to use stats

... | stats values(host) as host

I generally use the dedup command in this situation: http://docs.splunk.com/Documentation/Splunk/5.0.3/SearchReference/Dedup

View solution in original post

0 Karma

bwooden
Splunk Employee
Splunk Employee

Let's say your're populating the dropdown with hosts, you can dedup a few ways in Splunk.

One way would be to dedup the field host:

... | dedup host

Another would be to use stats

... | stats values(host) as host

I generally use the dedup command in this situation: http://docs.splunk.com/Documentation/Splunk/5.0.3/SearchReference/Dedup

0 Karma

oriches
Explorer

I got it to work with the following 'host | dedup host'

0 Karma

oriches
Explorer

I tried '| dedup host' but it returned nothing...

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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