Hello,
I want to send a specific query from Mysql DB to the elasticsearch and then display in Kibana.
I have looked into the MySQL Moudle in Metricbeats, I can't figure out how to send specific query to the elastic search.
I may be confusing a few things.
My goal is to display a query from MySQL in Kibana
I have a MySQL query - for example: "select * from bla", I want to display the result in kibana,
The reason I want to Metricbeat, it's because I want saw it have the 'MySQL moudle' , and I hoped to find my answer there.
If i'm complete wrong, please le me know.
Metricbeat collects statistics from MySQL, not data or queries. You can see an example of the statistics collected here. If you want to export data from MySQL and index it into Elasticsearch so you can visualise it in Kibana, you should look at Logstash and the JDBC input plugin.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.