Splunk Dev

How to access lookup with Splunk JS SDK?

datphamtat
Explorer

Hi everyone,

I am trying to develop some apps in spunk with React and JS. I want to access Splunk lookup and get data from lookup but I do not see and function in SDK to help collect the lookup file.

https://docs.splunk.com/Documentation/JavaScriptSDK 

So how can I get the lookup file?. I think I can make a new search "| inputlookup" and get the search result.

Labels (2)
Tags (1)
0 Karma

mcmaster
Communicator

You have two options in general for this

  • You can use an inputlookup search, as you suggested
  • You can create a custom rest endpoint to return the lookup contents to you

Running an inputlookup search is probably simpler, so if that option works for you, I'd suggest that.

0 Karma
Get Updates on the Splunk Community!

Announcing the Expansion of the Splunk Academic Alliance Program

The Splunk Community is more than just an online forum — it’s a network of passionate users, administrators, ...

Learn Splunk Insider Insights, Do More With Gen AI, & Find 20+ New Use Cases You Can ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Buttercup Games: Further Dashboarding Techniques (Part 7)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...