mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 03:21:35 +02:00
http://logstash.net A flexible, open source, data collection, parsing and enrichment pipeline Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
LS_CONF_DIR="/etc/logstash"
|
|
LS_LOG_DIR="/var/log/logstash"
|
|
LS_OPTS="-f $LS_CONF_DIR/*.conf -l $LS_LOG_DIR/logstash.log"
|