mirror of
https://github.com/Febbweiss/logstash-forwarder-java.git
synced 2026-03-04 22:25:39 +00:00
Merge multiline feature and clean up indentation.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user