Splunk Enterprise

Upload/update lookup file using rest API

jpillai
Path Finder

What is the recommended way to upload / update an existing lookup file through rest api.

I tried using lookup endpoints but it doesnt seem to be working. 

https://help.splunk.com/en/splunk-enterprise/leverage-rest-apis/rest-api-reference/9.2/knowledge-end...

In short, I have a lookup file, abc.csv in search application under my ownership. I now need to overwrite with an updated file. How can we do this using rest api?

Labels (2)
Tags (3)
0 Karma

burwell
SplunkTrust
SplunkTrust

Have a look at this solution

https://community.splunk.com/t5/Splunk-Search/Can-you-create-modify-a-lookup-file-via-REST-API/m-p/1...

@mthcht wrote a script that works. I modified it a little for my use but it is basically the same solution and works on a single head or on a SHC. The gist is that it loops through and reads the contents in python and then uploads a big string.

0 Karma

PickleRick
SplunkTrust
SplunkTrust

Well... this is tricky because the endpoints for lookup table files require you to first upload the file to the server using another channel. Then with API you point Splunk to such file and it copies the file into its own directory.

You can't directly upload a lookup file into Splunk.

If I  remember correctly, the lookup editor app had API which allowed for overwriting lookups directly but they might not be documented.

0 Karma
Get Updates on the Splunk Community!

Upcoming Webinar: Unmasking Insider Threats with Slunk Enterprise Security’s UEBA

Join us on Wed, Dec 10. at 10AM PST / 1PM EST for a live webinar and demo with Splunk experts! Discover how ...

.conf25 technical session recap of Observability for Gen AI: Monitoring LLM ...

If you’re unfamiliar, .conf is Splunk’s premier event where the Splunk community, customers, partners, and ...

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...