Splunk Dashboards app should publish a list of EventHandlers options available for JSON new format.
"eventHandlers": [ { "type": "drilldown.customUrl", "options": { "url": "", "newTab": true } } ] }
Where are the other options but url and newTab? Splunk Team should publish a list of eventHandlers options that are available. Surely, there should be many other options but where are they listed?
Ex:
"eventHandlers": [ { "type": "drilldown.customUrl", "options": { "url": "", "newTab": true } } ] }
... View more