:plugin: stomp :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}"] === Stomp input plugin include::{include_path}/plugin_header.asciidoc[] ==== Description Creates events received with the STOMP protocol. [id="plugins-{type}s-{plugin}-options"] ==== Stomp Input Configuration Options This plugin supports the following configuration options plus the <> described later. [cols="<,<,<",options="header",] |======================================================================= |Setting |Input type|Required | <> |<>|Yes | <> |<>|Yes | <> |<>|No | <> |<>|No | <> |<>|No | <> |<>|No | <> |<>|No | <> |<>|No |======================================================================= Also see <> for a list of options supported by all input plugins.   [id="plugins-{type}s-{plugin}-destination"] ===== `destination` * This is a required setting. * Value type is <> * There is no default value for this setting. The destination to read events from. Example: `/topic/logstash` [id="plugins-{type}s-{plugin}-host"] ===== `host` * This is a required setting. * Value type is <> * Default value is `"localhost"` The address of the STOMP server. [id="plugins-{type}s-{plugin}-password"] ===== `password` * Value type is <> * Default value is `""` The password to authenticate with. [id="plugins-{type}s-{plugin}-port"] ===== `port` * Value type is <> * Default value is `61613` The port to connet to on your STOMP server. [id="plugins-{type}s-{plugin}-reconnect"] ===== `reconnect` * Value type is <> * Default value is `true` Auto reconnect [id="plugins-{type}s-{plugin}-reconnect_interval"] ===== `reconnect_interval` * Value type is <> * Default value is `30` [id="plugins-{type}s-{plugin}-user"] ===== `user` * Value type is <> * Default value is `""` The username to authenticate with. [id="plugins-{type}s-{plugin}-vhost"] ===== `vhost` * Value type is <> * Default value is `nil` The vhost to use [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[] :default_codec!: