Want to connect SQL Database with Kibana. Kindly provide a Stepwise description.
I have found this solution, which involves first connecting SQL with Elasticsearch.
Any other solution??
Kibana relies on data being stored in Elasticsearch and is not designed to connect directly to relational databases. The solution of indexing data into Elasticsearch using Logstash before visualising it in Kibana is therefore the recommended approach.