Merge multiline feature and clean up indentation.

This commit is contained in:
Alberto González Palomo
2017-01-31 12:48:01 +01:00
14 changed files with 342 additions and 73 deletions

View File

@@ -43,6 +43,7 @@ For help run :
The configuration file is the same (json format), but there are a few differences :
- the ssl ca parameter points to a java [keystore](https://github.com/didfet/logstash-forwarder-java/blob/master/HOWTO-KEYSTORE.md) containing the root certificate of the server, not a PEM file
- comments are C-style comments
- multiline support with attributes "pattern", "negate" (true/false) and what (Previous/Next)
### Command-line options
@@ -61,4 +62,3 @@ There are a few more options :
- logfile : send logs to this file instead of stdout
- logfilesize : maximum size of each log file (default 10M)
- logfilenumber : number of rotated log files (default 5)