Hi,
I have a deployment in elastic cloud (elasticsearch and kibana) and I recently added the Kubernetes integration. Everything is running good so far, but I do find it very clunky to use. The main problem being that I am trying to monitor my kubernetes application and jobs and their logs mainly but the kubernetes integration is spamming the logs and the metrics views mainly with logs from the elastic agents which are not really necessary. Is there a way to completely filter out the logs and the metrics from anything related to the elastic agents?
I deployed the agents using the kubernetes manifest (Run Elastic Agent on Kubernetes managed by Fleet | Fleet and Elastic Agent Guide [8.9] | Elastic) and this is what the dashboards and logs look like.
On that case, all these logs are coming from elastic_agent.metricbeat and the message is pretty much "Non-zero metrics in the last 30s" which I don't need or care about. And also some of the dashboard that provide information about memory and CPU intensive pods, they are simply showing elastic agents.
Thank you in advance!