would you mind to give some background to this mySQL configuration?
My basic question would be if you even have mysql configured to be a Galera cluster?
Because otherwise it is quite natural that you get an empty resultset.
What does your my.cnf and galera.cnf look like?
What is the output of statement SHOW STATUS LIKE 'wsrep_cluster_size'?
Because right now I tested with a galera docker container and the output is appropriately filled with values.
That explains, I was under the impression that galera was a part of MySQL used for the replication between servers ( since the fields in metricbeat that revolve around replication all come from galera_status metricset ).
I just want to grab replication status, slave lag from my MySQL Server with metricbeat, is that not possible while using mysql standard replication?
I am also interested in this - gather MySQL replication info using the mysql metricbeat module.
From reading the documentation, am I right in saying that SHOW SLAVE STATUS is not implemented? I can't see anything related to MySQL replication using the status metricset in the mysql metricbeat module.
Thanks!
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.