Splunk Search

How can I upload & Replace lookup files on a weekly basis?

srw46
Path Finder

Hi guys,

I'm using a lookup table that is subject to the occasionally change. I've been trying to setup a weekly job to replace the existing file with a newer version but the batch job fails on 'access denied' because the file is apparently in use (by Splunk).

I'm trying to drop the csv file right on top of the other one and overwrite in \etc\apps\search\lookups

Is there anyway I can get around this or another angle I should take? Many thanks,

Tags (1)
2 Solutions

dwaddle
SplunkTrust
SplunkTrust

I've not known Splunk to lock lookup files, even while in use during a search. Is this on a Unix or a Windows indexer?

Best practice in this situation would probably be a multiple-setup process

  1. Upload new lookup under a temporary name
  2. Rename existing lookup to a different name
  3. Rename new lookup to the "correct" name
  4. Delete the old lookup

These steps make your change more likely to be atomic and less likely to impact searches that are running during your update or that start while your update is happening.

View solution in original post

srw46
Path Finder

Thanks I'll try these steps and report back. I assumed that if the file was locked then I wouldn't be able to rename either. It's a Windows server.

I was fairly certain credentials were in place but I'll investigate that again first if you feel Splunk shouldn't be locking the file.

View solution in original post

0 Karma

srw46
Path Finder

Thanks I'll try these steps and report back. I assumed that if the file was locked then I wouldn't be able to rename either. It's a Windows server.

I was fairly certain credentials were in place but I'll investigate that again first if you feel Splunk shouldn't be locking the file.

0 Karma

dwaddle
SplunkTrust
SplunkTrust

I've not known Splunk to lock lookup files, even while in use during a search. Is this on a Unix or a Windows indexer?

Best practice in this situation would probably be a multiple-setup process

  1. Upload new lookup under a temporary name
  2. Rename existing lookup to a different name
  3. Rename new lookup to the "correct" name
  4. Delete the old lookup

These steps make your change more likely to be atomic and less likely to impact searches that are running during your update or that start while your update is happening.

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...