Hi All,
I want help in multiselect input type.
when user starts typing value in multiselect input the suggestions should auto populate.
e.g. when I type Splunk - below results should populate
Splunk multiselect
spl
Splunk enterprise
kindly provide your inputs/ suggestions
thanks,
Neha
Thanks for the input. I am using Dynamic search but its taking too long to populate the data in multiselect input.
can you guide how to deal with this delayed search
You can do that by doing 2 changes,
1. Using the dedup command to remove the duplicates.
2. Reduce the Time range of the search.
Regards
Hi @ND
Based on my understanding,
You have to run the search in the dynamic option in multiselect filter as shown below.
If the search is completed, then the results will start populating if you start typing "spl" then it will show the partial matches in the dropdown as shown below.
Regards