Hi, I need help. I have an ELK cluster, in which Elasticsearch and Kibana run in docker containers, I want to get the metrics from Zookeeper which is also a docker container, I have installed Metricbeat binary and configured the zookpeeper.yml module, however I do not receive data from the Metricset "mntr". Thanks in advance.
@abhinavnaidu29223 жыл бұрын
In metricbeat MSSQL dashboard, I am only able to find 10 databases. How we can add all databases to metricbeat MSSQL dashboard?
@OfficialElasticCommunity3 жыл бұрын
Hi Abhinav. Are you referring to the list of items available in the drop-down object called 'mssql.database.name'? If so, it would be helpful to investigate whether the databases you're interested in are being collected by Metricbeat correctly first. You can check this using the Discover feature on Kibana and inspecting the index pattern for Metricbeat. If they are not there, then it must be a permission problem in MSSQL. Mind that Metricbeat probes data from the *sys.databases* table in MSSQL given the user you provide. I would recommend creating a discussion thread on discuss.elastic.co/c/observability so we can better track this issue of yours. Cheers.