Property | Description |
|---|---|
Read Lock | Required. Select a file read lock mode to avoid processing files that are in use at the same time the event source is accessing the files. The event source waits until the file lock is granted. Options:
Not recommended when accessing a remote file system with a mount/share unless the file system supports distributed file locks. |
Read Lock Timeout | Enter the number of seconds to wait before skipping the current file, if a read lock cannot be acquired. During the next poll, the event source makes another attempt to process the skipped file. If set to 0, the event source waits as long as required. Default is 10 seconds. |
Read Lock Check Interval | Enter the number of seconds to wait between attempts to acquire a read lock on a file. Default is 1 second. Note: Set Read Lock Timeout to at least 3 times the value of this property to ensure that the event source can complete a file lock attempt on each file. |
Read Lock Min Length | Enter the minimum file size, in bytes, that should be processed by the event source. Note: Use this property only when Read Lock is set to changed. Default is 1 byte. |
Read Lock Logging Level | Required. Select the logging level to use when a read lock cannot be acquired: OFF, INFO, WARN, or ERROR. Default is WARN. |