mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 05:12:18 +01: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"
|