You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run fluentd without any the command line option(automatically with --under-supervisor). the in_unix plugin didn't work because the socket file's permission was insufficient.
$ ls -l /var/run/fluent/fluent.sock
srwxr-xr-x 1 _fluentd _fluentd 0 Oct 26 08:27 /var/run/fluent/fluent.sock
To Reproduce
Install fluent with the following command
# fluent-package 5 (LTS)
curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-fluent-package5-lts.sh | sh
Describe the bug
We run fluentd without any the command line option(automatically with --under-supervisor). the
in_unix
plugin didn't work because the socket file's permission was insufficient.To Reproduce
/var/run/fluent/fluent.sock
file can not be writtenExpected behavior
The permission should be
srwxrwxrwx
.Your Environment
- Fluentd version: $ sudo fluent-gem list | grep fluentd fluentd (1.16.2)
Your Configuration
Your Error Log
nothing
Additional context
No response
The text was updated successfully, but these errors were encountered: