Dashboards & Visualizations

How to add a custom dashboard created by user to the navigation file(default.xml) of my app dynamically?

RohiniJindam
Path Finder

Hi,

I want to add the custom dashboards created by users to the navigation file(default.xml) of my app dynamically

This question talks about using a script. But i'm not sure how to go about doing that

Any suggestion welcome

Thanks

0 Karma
1 Solution

okrabbe_splunk
Splunk Employee
Splunk Employee

Is there a reason you are trying to have it dynamically added by a script?

You could also just build a navigation that would dynamically include it based on the fact the view is in the app. Also, you could get more specific and use a match so if your users use a naming convention it could also appear under a menu.

http://docs.splunk.com/Documentation/Splunk/5.0.3/AdvancedDev/BuildNavigation#Dynamically_include_al...

View solution in original post

okrabbe_splunk
Splunk Employee
Splunk Employee

Is there a reason you are trying to have it dynamically added by a script?

You could also just build a navigation that would dynamically include it based on the fact the view is in the app. Also, you could get more specific and use a match so if your users use a naming convention it could also appear under a menu.

http://docs.splunk.com/Documentation/Splunk/5.0.3/AdvancedDev/BuildNavigation#Dynamically_include_al...

RohiniJindam
Path Finder

The information that the link and your answer gives was exactly what i was looking for.

Thanks!

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...