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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...