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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...