if I pull apm-server:6.7.0 simply from the internet and try and run this container as is, I can't seem to find the logs at all?
I ran:
docker run -it docker.elastic.co/apm/apm-server:6.7.0 /bin/bash
And then ran:
bash-4.2$ cd /var/log/
bash-4.2$ pwd
/var/log
bash-4.2$ ls
btmp grubby_prune_debug lastlog tallylog wtmp yum.log
bash-4.2$ cd
bash-4.2$ ls
LICENSE.txt NOTICE.txt README.md apm-server apm-server.yml data fields.yml ingest kibana logs
bash-4.2$ cd logs/
bash-4.2$ ls
bash-4.2$
I am told that the logging on apm-server 6.7.0 should default to /var/log/apm-server
https://www.elastic.co/guide/en/apm/server/6.7/configuration-logging.html
why is it not here?