Dashboards & Visualizations

Filter results while Populating Drop down box

karthikbalakris
Explorer

hi all,
i have a drop down list box which displays the host names. but i want to filter the hosts that are displayed based on the host names.
For Ex: I have hosts named
ABC_1
ABC_2
DEF_1
DEF_2
Now i want the drop down bow to display only ABC_* Is this possible?
My current xml code is

"populatingSearch fieldForValue= "host" fieldForLabel="host">
| metadata type=hosts | hosts = "ABC_*"
/populatingSearch>"

But this is not working as expected. Kindly help.

Tags (2)
0 Karma
1 Solution

MHibbin
Influencer

Try:

| metadata type=hosts | search hosts="ABC_*"

View solution in original post

MHibbin
Influencer

Cool, glad it helped, can you mark the answer as accepted then please to let the community know, that no further help is required. Thanks

0 Karma

karthikbalakris
Explorer

@MHibbin

Your idea worked, with a very small correction though. Here is teh one that worked:

| metadata type=hosts | search host="HPSM_QA_*"

Its search hosts and not search hosts

anyway the idea is your and all the credit is to you.
Thanks So much

0 Karma

MHibbin
Influencer

Try:

| metadata type=hosts | search hosts="ABC_*"

karthikbalakris
Explorer

TYPO
Its search host and not search hosts

0 Karma

karthikbalakris
Explorer

@MHibbin

Your idea worked, with a very small correction though. Here is teh one that worked:

| metadata type=hosts | search host="HPSM_QA_*"

Its search hosts and not search hosts

anyway the idea is your and all the credit is to you.
Thanks So much

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Keep the Learning Going with the New Best of .conf Hub

Hello Splunkers, With .conf26 getting closer, there’s already a lot of excitement building around this year’s ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

How to find the worst searches in your Splunk environment and how to fix them

Everyone knows Splunk is a powerful platform for running searches and doing data analytics. Your ...