Site icon moneyslow.com

使用systemctl 控制启动filebeat

linux shell学习

linux shell学习

使用systemctl 控制启动filebeat
systemctl 控制 systemd

启动和停止
Use systemctl to start or stop Filebeat:

systemctl start filebeat
systemctl stop filebeat
By default, the Filebeat service starts automatically when the system boots. To enable or disable auto start use:

自动启动和禁用filebeat

systemctl enable filebeat
systemctl disable filebeat
Filebeat status and logsedit
To get the service status, use systemctl:

查看状态

systemctl status filebeat
Logs are stored by default in journald. To view the Logs, use journalctl:

journalctl -u filebeat.service

Exit mobile version