You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metricbeat sends the data and monitoring to the same cluster as Filebeat. The metrics and logs as well as monitoring all get to that server from both beats, but filebeat puts the monitoring under "Standalone Cluster" rather than the expected "docker-cluster". Metricbeats from the k8s servers does show the monitoring on the expected "docker-cluster" along with all the other 7.8.1 filebeat/metricbeat agents running on other servers (not kubernetes) from docker containers.
The root cause to this issue was that filebeat was not working correctly and shipping logs from the k8s clusters. When the problem with data shipping was resolved as per issue #11834 the monitoring "joined up" with the actual ES cluster name and is no longer in "Standalone Cluster"
For confirmed bugs, please report:
Using the recommended templates for metricbeat and filebeat for kubernetes:
https://raw.githubusercontent.com/elastic/beats/master/deploy/kubernetes/filebeat-kubernetes.yaml
https://raw.githubusercontent.com/elastic/beats/master/deploy/kubernetes/metricbeat-kubernetes.yaml
Metricbeat sends the data and monitoring to the same cluster as Filebeat. The metrics and logs as well as monitoring all get to that server from both beats, but filebeat puts the monitoring under "Standalone Cluster" rather than the expected "docker-cluster". Metricbeats from the k8s servers does show the monitoring on the expected "docker-cluster" along with all the other 7.8.1 filebeat/metricbeat agents running on other servers (not kubernetes) from docker containers.
Filebeat config:
Metricbeat config:
k8s Filebeat monitoring (6 agents) on "Standalone Cluster"
k8s Metricbeat and the other Docker server Metricbeat and Filebeat monitoring (24 agents) on "docker-cluster":
The text was updated successfully, but these errors were encountered: