mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -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."
11 lines
284 B
YAML
11 lines
284 B
YAML
--- config/logstash.yml.orig 2018-03-09 15:21:48 UTC
|
|
+++ config/logstash.yml
|
|
@@ -61,7 +61,7 @@
|
|
#
|
|
# Where to fetch the pipeline configuration for the main pipeline
|
|
#
|
|
-# path.config:
|
|
+path.config: %%ETCDIR%%/logstash.conf
|
|
#
|
|
# Pipeline configuration string for the main pipeline
|
|
#
|