I have multiple sources with information for an event. I want to make a Dashboard with a total overview of all info available on a given event, but be able to select which sources are displayed. As there are many sources and not all of them always contain event data, I want a dynamic list of check boxes to get a best possible workflow.
I've attempted with a "Multiselect" field dynamically populated with ... | stats values(sourcetype) as types | mvexpand types , but the resulting UI is quite hard to use. I see the ideal solution as a dynamic list of sources with info on the event where the user can select or deselect sources individually.
Is this possible, and how can I achieve this?
... View more