ports/sysutils/logstash8/files/pkg-message.in
Jose Alonso Cardenas Marquez 887999abeb sysutils/logstash: New port: Server-side data ingestion and transformation tool (8.x version)
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."
2022-09-10 20:01:45 -05:00

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
}
]