Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Number of Allowed Monitored Files Reached When Using Docker
설명
When using Syslog-ng PE with Docker, the following error occurs and logging from the defined local file source stops:
Number of allowed monitorod file is reached, rejecting read file; source='s_example', filename='/var/log/containers/example.log', max_files='300'"
원인
Docker is known to link logs from /var/lib/docker to the main system in which case, the monitored files does not stop being read from even when closed as the link is still present.
해결 방안
Please ensure that the link from the /var/lib/docker file system is removed to ensure that when reading from local files, there is no link so the files can be closed when they are done being read from.