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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...