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
filebeat 7.12.1 logging.files.permissions: 0644 no work
Please include configurations and logs if available.
logging.level: debug
logging.selectors: ["*"]
logging.to_files: true
logging.files:
path: /usr/local/Caskroom/filebeat-7.12.1-darwin-x86_64/log
name: mifi-filebeat
keepfiles: 7
permissions: 0644
when i run filebeat with cmd: ./filebeat -c filebeat.yml
ls -alh /usr/local/Caskroom/filebeat-7.12.1-darwin-x86_64/log/mifi-filebeat
-rw-r----- 1 logan92 admin 16K May 12 19:56 mifi-filebeat
the file permission is not 0644, is 0630 that's why?
For confirmed bugs, please report:
Version: 7.12.1
Operating System: Mac OS X
Discuss Forum URL:
Steps to Reproduce:
The text was updated successfully, but these errors were encountered:
filebeat 7.12.1 logging.files.permissions: 0644 no work
Please include configurations and logs if available.
logging.level: debug
logging.selectors: ["*"]
logging.to_files: true
logging.files:
path: /usr/local/Caskroom/filebeat-7.12.1-darwin-x86_64/log
name: mifi-filebeat
keepfiles: 7
permissions: 0644
when i run filebeat with cmd: ./filebeat -c filebeat.yml
ls -alh /usr/local/Caskroom/filebeat-7.12.1-darwin-x86_64/log/mifi-filebeat
-rw-r----- 1 logan92 admin 16K May 12 19:56 mifi-filebeat
the file permission is not 0644, is 0630 that's why?
For confirmed bugs, please report:
The text was updated successfully, but these errors were encountered: