All Apps and Add-ons

Adding a new menu item in Palo Alto Networks App

sworton
Explorer

Hi,

I want to create my own dashboard, a customised version of the ones in the app but when I try to use the built in searches outside of the app they don't work & when I use the clone option in the app there doesn't seem to be any way to add my new dashboard to the menu system in the app? So for instance under Operations there would be the normal ones and my new one?

I'm pretty new to this, am I missing something obvious?

Thanks for any help.

0 Karma
1 Solution

zacharychristen
Path Finder

While in the Palo Alto app: Navigate to Settings > User Interface > Navigation menus

Click on "default" to open up the Navigation menu XML. From there, you can add your custom view. The view name will be the name of the dashboard in the configuration file. You can verify the dashbord name by Navigating to Settings > User Interface > Views.

Check out the following documentation for more information:
https://dev.splunk.com/enterprise/docs/developapps/addnavsplunkapp/

Example Navigation XML

<nav search_view="search">
  <view name="search" default="true" />
  <view name="datasets" />
  <view name="reports" />
  <view name="alerts" />
  <view name="dashboards" />
  <view name="my_custom_palo_dashboard" />
</nav>

View solution in original post

zacharychristen
Path Finder

While in the Palo Alto app: Navigate to Settings > User Interface > Navigation menus

Click on "default" to open up the Navigation menu XML. From there, you can add your custom view. The view name will be the name of the dashboard in the configuration file. You can verify the dashbord name by Navigating to Settings > User Interface > Views.

Check out the following documentation for more information:
https://dev.splunk.com/enterprise/docs/developapps/addnavsplunkapp/

Example Navigation XML

<nav search_view="search">
  <view name="search" default="true" />
  <view name="datasets" />
  <view name="reports" />
  <view name="alerts" />
  <view name="dashboards" />
  <view name="my_custom_palo_dashboard" />
</nav>

sworton
Explorer

Perfect, thanks for taking the time to answer!

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...