OpenSOC / opensoc-ui

User interface for OpenSOC
Apache License 2.0
100 stars 55 forks source link

Real-time alerts panel #7

Closed jamilbk closed 9 years ago

jamilbk commented 10 years ago

Expose kafka integration through websockets to feed custom kibana panel.

jamilbk commented 10 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.

jamilbk commented 10 years ago

Not sure if that is the best way to do it -- does that make sense?

rammie commented 9 years ago

Stale.