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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...