Connect elastic search or Kibana with SQL database

I have a database that is build in MYSQL. I want to connect it with Kibana so that I can access the data by a query
Please let me know how should I do it?

You need to use the Logstash JDBC Input to get the data into Elasticsearch before you are able to query the data with Kibana.

Like Felix said you have to copy data from mysql to ELK. and then keep syncing
I have quite a few mysql and sqlserver database sync like this in ELK. using jdbc for frequent sync
and use python for non frequent sync.

Okay , I will do that
Thanks

Okay . I will install the same
Thanks

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