Security

When clicking on an app in Splunk Web, can I change the link of the app to go to another page I created?

renanprado96
Path Finder

When I click on an APP, the link takes me to that page. I was wondering if I can change the link of the APP, when you click on it instead of coming to this page, go to another page I created.

alt text

0 Karma
1 Solution

dmaislin_splunk
Splunk Employee
Splunk Employee

Absolutely possible. All you need to do is set the default location in the navigation menu. Take a look at the following example:

http://docs.splunk.com/Documentation/Splunk/6.1/AdvancedDev/BuildNavigation

View solution in original post

dmaislin_splunk
Splunk Employee
Splunk Employee

Absolutely possible. All you need to do is set the default location in the navigation menu. Take a look at the following example:

http://docs.splunk.com/Documentation/Splunk/6.1/AdvancedDev/BuildNavigation

lucasbarbosa
Explorer

Hello, it's me Renanprado96.
In the .xml file, if I write

</ nav>

It goes to the page with all the "dashboards" of my APP, as I would to call a URL? Example: "www.google.com".

0 Karma

ppablo
Retired

Hi @lucasbarbosa

Please make sure not to use two accounts on Answers interchangeably on a question. For this post, please keep using your @renanprado96 account.

0 Karma

dmaislin_splunk
Splunk Employee
Splunk Employee
<nav>
  <collection label="Dashboards">
    <view name="mydashboard" />
  </collection>
  <collection label="Search views">
    <view name="mysearchview" default="true" />
    <a href="http://www.google.com">Google</a>
  </collection>
</nav>
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...