:plugin: rss :type: input /////////////////////////////////////////// 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 <> described later. [cols="<,<,<",options="header",] |======================================================================= |Setting |Input type|Required | <> |<>|Yes | <> |<>|Yes |======================================================================= Also see <> 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 <> * 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 <> * There is no default value for this setting. RSS/Atom feed URL [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[]