Kibana connected to WebSockets

Hi all,

I am looking to use Kibana as the visualization/monitoring tool. I have several questions regarding Kibana and Elasticsearch as a whole.

  1. Does Kibana require Elasticsearch to perform its function of creating visualizations?
  • Was hoping use Kibana to a data source and create my dashboards that way.
  1. Can Kibana connect directly to data sources without Elasticsearch?
  • web sockets
  • REST API

Hi ,
Kibana does require Elasticsearch to create Visualizations and Dashboards. Kibana is designed to use Elasticsearch as a data source. Think of Elasticsearch as the engine that stores and processes the data, with Kibana sitting on top.

No it's not possible, there's a very tight coupling here with ES and Kibana . I haven't seen any plugins for other sources, I don't think it would work too well though.

Thanks
Rashmi

1 Like

Hi Rashmi,

Thank you for the response, it makes sense now. So essentially, if I wanted to connect to a web socket and visualize the data coming in, I would use the web-socket plugin in Logstash, have it process the data and display it through Kibana?

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.