docs/index.asciidoc in logstash-input-s3-3.3.7 vs docs/index.asciidoc in logstash-input-s3-3.4.0

- old
+ new

@@ -24,10 +24,12 @@ Stream events from files from a S3 bucket. Each line from each file generates an event. Files ending in `.gz` are handled as gzip'ed files. +Files that are archived to AWS Glacier will be skipped. + [id="plugins-{type}s-{plugin}-options"] ==== S3 Input Configuration Options This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later. @@ -53,10 +55,11 @@ | <<plugins-{type}s-{plugin}-role_session_name>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-secret_access_key>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-session_token>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-sincedb_path>> |<<string,string>>|No | <<plugins-{type}s-{plugin}-temporary_directory>> |<<string,string>>|No +| <<plugins-{type}s-{plugin}-watch_for_new_files>> | <boolean,boolean>|No |======================================================================= Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all input plugins. @@ -271,10 +274,17 @@ * Value type is <<string,string>> * Default value is `"/tmp/logstash"` Set the directory where logstash will store the tmp files before processing them. +[id="plugins-{type}s-{plugin}-watch_for_new_files"] +===== `watch_for_new_files` + * Value type is <<boolean,boolean>> + * Default value is `true` + +Whether or not to watch for new files. +Disabling this option causes the input to close itself after processing the files from a single listing. [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[] :default_codec!: