SlackBuilds Repository

15.0 > System > filebeat-oss (8.8.2)

filebeat-oss (Lightweight shipper for logs)

Whether you’re collecting from security devices, cloud, containers,
hosts, or OT, Filebeat helps you keep the simple things simple by
offering a lightweight way to forward and centralize logs and files.

Filebeat is a lightweight shipper for forwarding and centralizing
log data. Installed as an agent on your servers, Filebeat monitors
the log files or locations that you specify, collects log events,
and forwards them either to Elasticsearch or Logstash for indexing.

https://www.elastic.co/beats/filebeat
https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-overview.html

If you intend to use filebeat with elasticsearch:
Add this to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.filebeat ]; then
/etc/rc.d/rc.filebeat start
fi

Add this to /etc/rc.d/rc.local_shutdown
if [ -x /etc/rc.d/rc.filebeat ]; then
/etc/rc.d/rc.filebeat stop
fi

The previous instruction is not necessary if you are going to
use the filebeat with graylog , the graylog is what starts the
filebeat.

Maintained by: André Geraldo Vieira
Keywords: filebeat,beat,elasticsearch,graylog,shipper,collectors
ChangeLog: filebeat-oss

Homepage:
https://www.elastic.co/beats/filebeat

Source Downloads (64bit):
filebeat-oss-8.8.2-linux-x86_64.tar.gz (7ff016091590f081bb9dd9a81e7a6ac3)

Download SlackBuild:
filebeat-oss.tar.gz
filebeat-oss.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds