Getting Data In

Lock files on Windows server

skibum
Engager

Does Splunk lock the log file while we’re reading it? This would be on my Windows server IIS and Exchange.

Tags (2)
1 Solution

Ledio_Ago
Splunk Employee
Splunk Employee

Tailing uses CreateFile with these flags:

FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE

http://msdn.microsoft.com/en-us/library/aa363858%28VS.85%29.aspx

There is no problem for another process to be writing to the file while Splunk is reading the same file.

View solution in original post

Ledio_Ago
Splunk Employee
Splunk Employee

Tailing uses CreateFile with these flags:

FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE

http://msdn.microsoft.com/en-us/library/aa363858%28VS.85%29.aspx

There is no problem for another process to be writing to the file while Splunk is reading the same file.

jrodman
Splunk Employee
Splunk Employee

Note that if another program opens the file without the FILE_SHARE_READ flag, then either splunk will not be able to open the file, or the other program will not be able to open it if Splunk already has it open.

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

No it does not.

Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...