forked from wazuh/wazuh-docker
5 lines
129 B
Desktop File
5 lines
129 B
Desktop File
#!/bin/sh
|
|
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
|
service filebeat start
|
|
tail -f /var/log/filebeat/filebeat
|