All Apps and Add-ons

Linux DHCP feedback

stefanlasiewski
Contributor

Nice App, unfortunately it spams the Splunk menus with a dozen additional entries, and doesn't use Nested menus! This App should try to nest the saved searches with Nested Menus.

See how here: http://splunk-base.splunk.com/answers/10664/organizing-searches-and-reports-and-views/10696

Also read the manual, which talks about how to organize a menu:

Tags (1)
0 Karma
1 Solution

stefanlasiewski
Contributor

I found out how to do this.

I am following the instructions written at Documentation > Splunk > Developing Dashboards, Views, and Apps for Splunk Web > Step 6: Build navig....

Navigate to the Search App, then navigate to Manager > User interface > Navigation menus. Click default. Add the following to the XML. It might need to go below the other saved searches

< divider />
< collection label="DHCP App">
< view name="DHCP App View" default="true" />
  < saved source="unclassified" match="dhcp" />
< /collection>

Note that I had to fudge the XML code a bit to make it appear correctly inside this post.

View solution in original post

0 Karma

stefanlasiewski
Contributor

I found out how to do this.

I am following the instructions written at Documentation > Splunk > Developing Dashboards, Views, and Apps for Splunk Web > Step 6: Build navig....

Navigate to the Search App, then navigate to Manager > User interface > Navigation menus. Click default. Add the following to the XML. It might need to go below the other saved searches

< divider />
< collection label="DHCP App">
< view name="DHCP App View" default="true" />
  < saved source="unclassified" match="dhcp" />
< /collection>

Note that I had to fudge the XML code a bit to make it appear correctly inside this post.

0 Karma

araitz
Splunk Employee
Splunk Employee

Thanks for the feedback. This app has fallen by the wayside a bit, but I appreciate the specific action items.

stefanlasiewski
Contributor

Thanks for the reply! I posted my own solution below. Not sure how to do that from the App, programmatically.

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 ...