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.
You have two options in general for this
Running an inputlookup search is probably simpler, so if that option works for you, I'd suggest that.