All Apps and Add-ons

How to configure Lookup File Editor App for Splunk Enterprise to be called from other app's navigation menu?

apezuela
Explorer

Hi,

I want to call to "Lookup File Editor App for Splunk Enterprise" from another app. The idea is when you press over the option, launch lookup editor, and a specific cvs file.

It was working in old version of "lookup editor" but now it is not working. My navigation menu was:

.....
    'href="/app/Servicios/lookup_edit?path=myapp/mycustom.csv">Edit cvs'
....

Thank you

0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi apezuela,
in your default.xml you have to put

<a href="/app/lookup_editor/lookup_edit?owner=nobody&amp;namespace=yourapp&amp;lookup=yourlookup&amp;type=csv">Lookup Name</a>

You can see the correct command in your browser URL.
Bye.
Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi apezuela,
in your default.xml you have to put

<a href="/app/lookup_editor/lookup_edit?owner=nobody&amp;namespace=yourapp&amp;lookup=yourlookup&amp;type=csv">Lookup Name</a>

You can see the correct command in your browser URL.
Bye.
Giuseppe

gwobben
Communicator

You might want to try something along these lines:

/lookup_edit?owner=<OWNER OF THE CSV>&namespace=<APP OF THE CSV>&lookup=<THE LOOKUP FILE>.csv&type=csv

So in your case (I'm guessing here):

/lookup_edit?owner=nobody&namespace=myapp&lookup=mycustom.csv&type=csv
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...