Closed jsvd closed 10 months ago
Tested locally with: bin/logstash -e "output { websocket { } }"
bin/logstash -e "output { websocket { } }"
And a client:
WebSocket::Client::Simple.connect 'ws://127.0.0.1:3232' do |ws| ws.on :open do puts "connect!" end ws.on :message do |msg| puts msg.data end end
fixes #15, #16, #17, #18, https://github.com/elastic/logstash/issues/15786
@logstashmachine bump minor
Tested locally with:
bin/logstash -e "output { websocket { } }"
And a client:
fixes #15, #16, #17, #18, https://github.com/elastic/logstash/issues/15786