mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- 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
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
|
|
#
|