Проект

Общее

Профиль

ELK

pkg install beats8
vim /usr/local/etc/beats/filebeat.yml
# filestream is an experimental input. It is going to replace log input in the future.
- type: filestream

  # Change to true to enable this input configuration.
  enabled: true

  # Paths that should be crawled and fetched. Glob based paths.
  paths:
    - /var/log/*.log

https://kifarunix.com/install-filebeat-on-freebsd/