5 lines
244 B
Plaintext
5 lines
244 B
Plaintext
#!/usr/bin/with-contenv sh
|
|
echo >&2 "starting Filebeat"
|
|
|
|
exec /usr/share/filebeat/bin/filebeat -e -c /etc/filebeat/filebeat.yml -path.home /usr/share/filebeat -path.config /etc/filebeat -path.data /var/lib/filebeat -path.logs /var/log/filebeat
|