Source configuration

Path to the folder which is monitored.

Recursive

When disabled, it will only monitor files that are direct children of the source path. When enabled, it will monitor any file in the source path, including sub directories.

Time interval at which to check for file changes in the monitored path. It should be equal or greater than 1. Check the documentation. Duration after which a file is considered stable. Check the documentation.

Number of times to retry when failing to get the content of the monitored path.

Globbing or Regular expression used to select source files which are monitored. The filter is applied on the full path for the source files.

Advanced configuration

List of file operations for which to emit notification events. To enable all notifications, set this to all. To disable notifications, set this to disable.

Duration after which to emit an event for files which were not modified. To disable warnings, set this to Disabled. Duration after which old files are automatically deleted.