Hi,
I need a drop down control with ability of multiple selection . I was able to create drop down but with single selection. Can anyone guide me for multiselect drop down creation and use of it in search template ?
regards, S.
The core UI does not include a multiple select dropdown unfortunately. However there is one in Sideview Utils.
Sideview Utils is an app that I have developed that packages a number of custom modules that you can use to augment the core UI, and the app is available on Splunkbase under the LGPL. All you have to do is install sideview_utils on your splunk instance and you'll be able to use its modules in other apps on the same instance.
Download the app, and then read the embedded documentation and examples for the 'Pulldown' module to learn how to get it going and do multiple selection.
The core UI does not include a multiple select dropdown unfortunately. However there is one in Sideview Utils.
Sideview Utils is an app that I have developed that packages a number of custom modules that you can use to augment the core UI, and the app is available on Splunkbase under the LGPL. All you have to do is install sideview_utils on your splunk instance and you'll be able to use its modules in other apps on the same instance.
Download the app, and then read the embedded documentation and examples for the 'Pulldown' module to learn how to get it going and do multiple selection.