VuNet Systems Private Limited
Audience: CSG/TechWarriors/PAC/Platform/Product teams
What’s the Issue?
Unable to install logbeat version 6.8 on target server
In RBL, we tried to install logbeat agent version 6.8 on target server.
But "/etc/logbeat/logbeat.yml" owner is vunet
Note: We have provided the 755 permissions to all the config directories'
Ownership Issue.
We have installed the agent as vunet user, but root is the owner of /etc/init.d/logbeat.
We have changed to vunet user and changed the permission of /etc/logbeat/logbeat.yml as below.
sudo chmod go-w /etc/logbeat/logbeat.yml