Closed jamilbk closed 9 years ago
Need a "realtime" checkbox for Kibana panels. If checked, the data for the panel comes from a parserSrv service instead of the querySrv or filterSrv angular services (or something to that effect).
The actual query-parser compatible query for the panel will be its unique reference into the realtime stream from the Node backend. e.g. The endpoint http://localhost:5000/search?realtime=true&query=foobar
should be provided to socket.io to fetch realtime data from the backend.
Not sure if that is the best way to do it -- does that make sense?
Stale.
Expose kafka integration through websockets to feed custom kibana panel.