Running 8.1.2, is there a way to disable the metrics logging of this within the Elastic-Agent ?
This without disabling "Collect Agent Logs"... I want the logs but not the metrics logging.
You normally could do this within Beats, e.g. Metricbeat.yml
# If enabled, Metricbeat periodically logs its internal metrics that have changed
# in the last period. For each metric that changed, the delta from the value at
# the beginning of the period is logged. Also, the total values for
# all non-zero internal metrics are logged on shutdown. The default is true.
logging.metrics.enabled: false
Ideally to get rid of log pollution without having to filter out.