diff options
Diffstat (limited to 'sysutils/log-courier/files/patch-docs__examples__example-json.conf')
-rw-r--r-- | sysutils/log-courier/files/patch-docs__examples__example-json.conf | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/log-courier/files/patch-docs__examples__example-json.conf b/sysutils/log-courier/files/patch-docs__examples__example-json.conf deleted file mode 100644 index 8e758a999cfd..000000000000 --- a/sysutils/log-courier/files/patch-docs__examples__example-json.conf +++ /dev/null @@ -1,20 +0,0 @@ ---- 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" - } |