All Apps and Add-ons

Does anyone know how to limit the lookups displayed on the initial panel by keyword?

tattersp
Explorer

I want to only display a selected number of lookups when users go to this app, i.e., to show only lookups that contain the word oncall.

I was hoping that I could pass the URL a parameter that would force the initial search to display only lookups with oncall or force oncall into the selection list as a fixed default.

Any suggestion would be gratefully received.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi tattersp,
I don't know if it's possible to modify Lookup Editor App, probably.
I can suggest a workaround that I usually use in my apps:
In each App I have a menu section called "Lookups" where enabled users can access to all App lookups, something like this:

<collection label="Lookups">
   <collection label="Modify">
      <a href="/app/lookup_editor/lookup_edit?owner=nobody&amp;namespace=myApp&amp;lookup=myLookup1.csv&amp;type=csv">Lookup1</a>
      <divider />
   </collection>
   <collection label="Display">
      <view name="lookup1"/>
      <divider />
   </collection>
   <divider />
</collection>

In this way thare are some users that can only see lookup content using a dashboard and some users that are enabled to modify contents using Lookup Editor App..

Bye.
Giuseppe

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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