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!

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 ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...