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.
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?
Have a look at this solution
@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.
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.