/usr/lib/systemd/system/filebeat.service systemctl start filebeat.service systemctl enable filebeat.service [Unit] Description=filebeat Documentation=http://www.elastic.co Wants=network-online.target After=network-online.target [Service] User=root Group=root LimitNOFILE=100000 LimitNPROC=100000 ExecStart=/usr/local/filebeat/filebeat -c /usr/local/filebeat/filebeat.yml -d "publish" [Install] WantedBy=multi-user.targetStandardOutput is configured to redirect to journalctl sincesome error messag...