You are looking at preliminary documentation for a future release.
Not what you want? See the
current release documentation.
stompedit

This 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
.
Synopsisedit
This plugin supports the following configuration options:
Required configuration options:
stomp { destination => ... host => ... }
Available configuration options:
Detailsedit
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"