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

0 Karma

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

0 Karma

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
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...