Ошибка:
filebeat2017/11/30 08:56:12.460929 beat.go:339: CRIT Exiting: error loading config file: stat filebeat.yml: no such file or directory
Exiting: error loading config file: stat filebeat.yml: no such file or directory
Решение:
1 2 3 4 5 6 7 8 9 10 11 |
#!/bin/bash # Script to run {.beat_name} in foreground with the same path settings that # the init script / systemd unit file would do. /usr/share/filebeat/bin/filebeat \ -path.home /usr/share/filebeat \ -path.config /etc/filebeat \ -path.data /var/lib/filebeat \ -path.logs /var/log/filebeat \ $@ |