Splunk Search

How to create an app with only a "Search" tab and another tab with a specific dashboard?

monteirolopes
Communicator

I would like to create an app with just a tab "search" and another tab with a specific dashboard (that I created).

How can I do it? Someone have any step by step or template?

Best regards,
Lopes.

0 Karma

muebel
SplunkTrust
SplunkTrust

Hi monteirolopes, The tab layout is defined by the "default.xml" file included in the app. More info here : http://docs.splunk.com/Documentation/Splunk/6.4.0/AdvancedDev/BuildNavigation

You can streamline the as desired with something like:

<nav search_view="search" color="#65A637">
  <view name="search" default='true' />
  <view name="yourdashboardname" />
</nav>

Please let me know if this answers your question!

Get Updates on the Splunk Community!

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Announcing the General Availability of Splunk Enterprise Security 8.1!

We are pleased to announce the general availability of Splunk Enterprise Security 8.1. Splunk becomes the only ...

Developer Spotlight with William Searle

The Splunk Guy: A Developer’s Path from Web to Cloud William is a Splunk Professional Services Consultant with ...