All Apps and Add-ons

How to set splunk app to open with the default splunk search page which using shcluster

morphis72
Path Finder

I have created a custom app and now want to add some dashboards to it but I want the default page to open when you click the app for navigation to just be the standard default search bar.

Do I need to do something with setup_view = ?
I tried putting setup.xml but that just loads a config button and then leads to the oops page I assume because I'm clustering.

This is the apps.conf I have pushed to all of my peers.

[launcher]
author=bdickinson
description=<my app>
version=1.0

[ui]
is_visible = true
show_in_nav = true
label = <my lable>
Tags (2)
0 Karma
1 Solution

jacobpevans
Motivator

Apps > [Your App]
Settings > User Interface > Navigation Menus > default

It should look something like this:

<nav search_view="search" color="#5CC05C">
  <view name="search" default="true" />
  <view name="analysis_workspace" />
  <view name="datasets" />
  <view name="reports" />
  <view name="alerts" />
  <view name="dashboards" />
</nav>

The default is set with default="true".

Learn more here: http://dev.splunk.com/view/webframework-developapps/SP-CAAAEP9
or here: https://docs.splunk.com/Documentation/Splunk/6.4.11/AdvancedDev/BuildNavigation

Cheers,
Jacob

If you feel this response answered your question, please do not forget to mark it as such. If it did not, but you do have the answer, feel free to answer your own post and accept that as the answer.

View solution in original post

0 Karma

jacobpevans
Motivator

Apps > [Your App]
Settings > User Interface > Navigation Menus > default

It should look something like this:

<nav search_view="search" color="#5CC05C">
  <view name="search" default="true" />
  <view name="analysis_workspace" />
  <view name="datasets" />
  <view name="reports" />
  <view name="alerts" />
  <view name="dashboards" />
</nav>

The default is set with default="true".

Learn more here: http://dev.splunk.com/view/webframework-developapps/SP-CAAAEP9
or here: https://docs.splunk.com/Documentation/Splunk/6.4.11/AdvancedDev/BuildNavigation

Cheers,
Jacob

If you feel this response answered your question, please do not forget to mark it as such. If it did not, but you do have the answer, feel free to answer your own post and accept that as the answer.
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...