ports/sysutils/logstash6/files/patch-config_logstash.yml
Mark Felder 294ab52f09 sysutils/logstash6: Many improvements
- all config files are now in ETCDIR
- rc script is updated to use logsearch.yml to locate logging config (logstash.conf)
   This will not break existing setups that used the ETCDIR/logstash.conf file, as that is
   now part of the default logstash.yml file
- added configtest to rc script
- sample logstash.conf file no longer includes invalid syntax
- pkg-message had historical messages removed
2018-03-09 16:27:35 +00:00

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
#