Deployment Architecture

How to access the setup screen from the navigation menu?

avilandau
Path Finder

I saw the same question before and the answer given does work, i.e. add a link to the menu as:

<a href="http://HOST:8000/en-US/manager/search/apps/local/AppName/setup?action=edit">Setup</a>

But I was looking more for a relative path similar to what I do for logon, e.g.

<a href="../../account/logout">Logout</a>

Can you advise on that relative path to the Setup screen?

Tags (2)
0 Karma

jkat54
SplunkTrust
SplunkTrust

Here's how I did it:

 <a href="/manager/appName/apps/local/appName/setup?action=edit">Setup</a>

Note that appName appears twice

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...