Error data metricbeat kubernetes

Dears friends,

I have a problem with metricbeat in k8s on premise, well the problem is the next:

  • elastichsearch
    "metricbeat":{"kubernetes":{"container":{"events":3,"failures":3},"node":{"events":3,"failures":3},"pod":{"events":3,"failures":3},"

I don't know what happen

Note:
metricbeat:6.4.2
K8S v1.11.0

Hi @Edgard_Andres_Piment and welcome :slight_smile:

When there are failures reported you can usually find errors in metricbeat logs or in the generated events.
If you don't see anything, try to increase the log level.
You can also use the -d flag when starting metricbeat to enable debug logging for specific facilities, for example -d autodiscover,kubernetes would enable debug for autodiscover and kubernetes.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.