IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
stomp
editstomp
editThis is a community-maintained plugin! It does not ship with Logstash by default, but it is easy to install by running bin/logstash-plugin install logstash-output-stomp
.
Synopsis
editThis plugin supports the following configuration options:
Required configuration options:
stomp { destination => ... host => ... }
Available configuration options:
Details
edit
codec
edit- Value type is codec
-
Default value is
"plain"
The codec used for output data. Output codecs are a convenient method for encoding your data before it leaves the output, without needing a separate filter in your Logstash pipeline.
destination
edit- This is a required setting.
- Value type is string
- There is no default value for this setting.
The destination to read events from. Supports string expansion, meaning
%{foo}
values will expand to the field value.
Example: "/topic/logstash"