If I'm running metricbeat in docker, how can I enable debug logging?
So far I've tried
./metricbeat setup -E logging.level="debug" && ./metricbeat
./metricbeat -d "*"
but I can't get it to work.
I'm expecting the logs to appear in stdout when running in docker (so they're visible using docker logs
command). Is that incorrect?