mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Logstash is an open source, server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite "stash."
18 lines
316 B
Text
18 lines
316 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Logstash 8 was installed
|
|
|
|
1) To start logstash as an agent during startup, add
|
|
|
|
logstash_enable="YES"
|
|
|
|
to your /etc/rc.conf.
|
|
|
|
2) Extra options can be found in startup script.
|
|
|
|
3) WARNING: In order for logstash to work properly,
|
|
you need /proc filesystem mounted.
|
|
EOM
|
|
}
|
|
]
|