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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...