Using Kibana-4 how to display MySQL data on Kibana dashboard.
I was able to connect with database using curl operations: XGET/XPUT
curl -XGET 'localhost:9200/jdbc/_search?pretty&q=*'
shows the database details...
I followed---https://github.com/msimons/elasticsearch-river-jdbc
I create a new index after creating a sample _river
elasticsearch pattern.
When I take the _river
pattern in Kibana, I did not get the database data for creating the visualizations..
Any good video or url support for this problem ?