IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
websocket
editwebsocket
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-websocket
.
This output runs a websocket server and publishes any messages to all connected websocket clients.
You can connect to it with ws://<host\>:<port\>/
If no clients are connected, any messages received are ignored.
Synopsis
editThis plugin supports the following configuration options:
Required configuration options:
websocket { }
Available configuration options: