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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...