Hi there,
I am using my own created app. It would be great if I could have a new navigation point called "alerts". If I click on it, I should be forwarded to the Splunk Alerts "Dashboard". How can I do this? I already played around but this Alers Dashboard, but it seems like very "built in".
Thank you
Regards
You can add arbitrary links to your navigation:
<a href="/alerts/myapp">Alerts</a>
will link to the Alerts page.
You can add arbitrary links to your navigation:
<a href="/alerts/myapp">Alerts</a>
will link to the Alerts page.
great,thanks mate!