elasticsearch-transport-websocket
elasticsearch-transport-websocket copied to clipboard
WebSockets for ElasticSearch
Thanks in advance.
PubSub
Hi, How to use the WebSocket plugin to be notified of changes in an index ?
I realize ES 1.4 is not officially supported but just a heads up, when I installed 1.3.1.0 to a 1.4 server, the startup fails with this message: [2014-11-14 06:01:28,771][INFO ][org.xbib.elasticsearch.http.netty.NettyWebSocketServerTransport]...
I tried to build the project with maven and i tried to install it as a plugin via "plugin -install jprante/elasticsearch-transport-websocket/1.0.0", but both failed. Is there any chance you can...