opnsense-ports/sysutils/log-courier/files/patch-docs__examples__example-json.conf
Franco Fichtner 25ce3f1b59 */*: sync with upstream
Taken from: HardenedBSD
2018-03-31 14:24:05 +02:00

20 lines
527 B
Text

--- docs/examples/example-json.conf.orig 2016-06-11 14:02:51 UTC
+++ docs/examples/example-json.conf
@@ -2,12 +2,15 @@
"admin": {
"enabled": true
},
+ "general": {
+ "persist directory": "/var/lib/log-courier"
+ },
"network": {
"servers": [ "localhost:5043" ],
- "ssl ca": "./logstash.cer"
+ "ssl ca": "/usr/local/etc/logstash-forwarder.crt"
},
"files": [ {
- "paths": [ "/var/log/httpd/*/*.log" ],
+ "paths": [ "/var/log/httpd*.log" ],
"fields": {
"type": "apache"
}