mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 21:13:30 +00:00
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
|