Sha256: c55c15585ffc7d933f49f7aff5b30edd084dbbdc04c9df15879624517400da2b
Contents?: true
Size: 1.91 KB
Versions: 2
Compression:
Stored size: 1.91 KB
Contents
:plugin: rss :type: input :default_codec: plain /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// :version: %VERSION% :release_date: %RELEASE_DATE% :changelog_url: %CHANGELOG_URL% :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// [id="plugins-{type}s-{plugin}"] === Rss input plugin include::{include_path}/plugin_header.asciidoc[] ==== Description Run command line tools and capture the whole output as an event. Notes: * The `@source` of this event will be the command run. * The `@message` of this event will be the entire stdout of the command as one event. [id="plugins-{type}s-{plugin}-options"] ==== Rss Input Configuration Options This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later. [cols="<,<,<",options="header",] |======================================================================= |Setting |Input type|Required | <<plugins-{type}s-{plugin}-interval>> |<<number,number>>|Yes | <<plugins-{type}s-{plugin}-url>> |<<string,string>>|Yes |======================================================================= Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all input plugins. [id="plugins-{type}s-{plugin}-interval"] ===== `interval` * This is a required setting. * Value type is <<number,number>> * There is no default value for this setting. Interval to run the command. Value is in seconds. [id="plugins-{type}s-{plugin}-url"] ===== `url` * This is a required setting. * Value type is <<string,string>> * There is no default value for this setting. RSS/Atom feed URL [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[] :default_codec!:
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
logstash-input-rss-3.0.6 | docs/index.asciidoc |
logstash-input-rss-3.0.5 | docs/index.asciidoc |