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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...