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!

Announcing Scheduled Export GA for Dashboard Studio

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

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 GA in US-AWS!

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