summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [io]mrelp: support for certificate parametersRainer Gerhards2013-06-132-0/+46
|
* omrelp: add capability to directly specify GnuTLS priority stringRainer Gerhards2013-06-125-1/+30
|
* imrelp: add capability to directly specify GnuTLS priority stringRainer Gerhards2013-06-122-0/+17
|
* imrelp: new parameter "compression.dhbits"Rainer Gerhards2013-06-124-1/+22
| | | | | which controls the number of bits being used for Diffie-Hellman key generation
* add BSD-specific syslog facilitiesRainer Gerhards2013-06-122-0/+7
| | | | | | * "console" * "bsd_security" - this is called "security" under BSD, but that name was unfortunately already taken by some standard facility. So I
* doc: add new feature to ChangeLogRainer Gerhards2013-06-121-0/+3
|
* Merge branch 'master-tcp-compress-stream'Rainer Gerhards2013-06-124-26/+345
|\
| * doc: more on tcp compression modesRainer Gerhards2013-06-122-0/+7
| |
| * document new tcp compression modeRainer Gerhards2013-06-121-1/+30
| |
| * Merge branch 'master' into master-tcp-compress-streamRainer Gerhards2013-05-0732-100/+1005
| |\
| * | tcp strm compression: add stats countersRainer Gerhards2013-04-181-5/+23
| | |
| * | tcp strm compression: add config parametersRainer Gerhards2013-04-182-16/+91
| | |
| * | tcp strm compression: first PoCRainer Gerhards2013-04-182-17/+207
| | | | | | | | | | | | NOT to be used for production, lots of things are missing
* | | Merge branch 'master-mmfields'Rainer Gerhards2013-06-114-1/+293
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac
| * | | mmfields: store parsed-out fields in rsyslog dictionaryRainer Gerhards2013-06-091-2/+13
| | | |
| * | | mmfields/milestone: fields properly extractedRainer Gerhards2013-06-071-4/+50
| | | | | | | | | | | | | | | | but not yet stored in rsyslog dictionary
| * | | mmfields: created skeleton for new module; build system integrationRainer Gerhards2013-06-074-0/+235
| | | |
* | | | prepare 7.5.0 releasev7.5.0Rainer Gerhards2013-06-113-3/+3
| | | |
* | | | imuxsock: don't report an error message for $OmitLocalLoggingTomas Heinrich2013-06-101-0/+4
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-06-104-16/+76
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | doc bugfix: imrelp does not have a v6+ "ruleset" config parameterRainer Gerhards2013-06-101-4/+2
| | | | |
| * | | | doc: add contributed patches to ChangeLogRainer Gerhards2013-06-101-0/+4
| | | | |
| * | | | bugfix: prevent an endless loop in the ratelimiterTomas Heinrich2013-06-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If messages are being dropped because of ratelimiting, an internal message is generated to inform about this fact. This should happen only uppon the firs occurance but the counter that tracks the number of dropped messages was incremented only after sending the message. If the message itself gets ratelimited, an endless loop spins out of control. Thanks to Jerry James for notifying about this.
| * | | | bugfix: be more tolerant to malformed journal fieldsTomas Heinrich2013-06-101-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents a segfault when a malformed journal entry field doesn't contain an equal sign. Should not ever happen but was actually triggered by a real bug in systemd journal.
| * | | | bugfix imzmq3: potential segfault on startupHongfei Cheng2013-06-062-13/+62
| | | | | | | | | | | | | | | | | | | | if no problem happend at startup, everything went fine
* | | | | imrelp: implement "ruleset" module parameterRainer Gerhards2013-06-103-11/+65
| | | | |
* | | | | add minimal doc for contributed mmcount moduleRainer Gerhards2013-06-092-0/+59
| | | | |
* | | | | mmcount: message modification plugin which counts messagesBala.FA2013-06-095-0/+384
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module provides the capability to count log messages by severity or json property of given app-name. The count value is added into the log message as json property named 'mmcount' Example usage of the module in the configuration file module(load="mmcount") # count each severity of appname gluster action(type="mmcount" appname="gluster") # count each value of gf_code of appname gluster action(type="mmcount" appname="glusterd" key="!gf_code") # count value 9999 of gf_code of appname gluster action(type="mmcount" appname="glusterfsd" key="!gf_code" value="9999") # send email for every 50th mmcount if $app-name == 'glusterfsd' and $!mmcount <> 0 and $!mmcount % 50 == 0 then { $ActionMailSMTPServer smtp.example.com $ActionMailFrom rsyslog@example.com $ActionMailTo glusteradmin@example.com $template mailSubject,"50th message of gf_code=9999 on %hostname%" $template mailBody,"RSYSLOG Alert\r\nmsg='%msg%'" $ActionMailSubject mailSubject $ActionExecOnlyOnceEveryInterval 30 :ommail:;RSYSLOG_SyslogProtocol23Format } Signed-off-by: Bala.FA <barumuga@redhat.com>
* | | | [io]mrelp: add TLS compression supportRainer Gerhards2013-06-076-5/+40
| | | |
* | | | Merge branch 'nextmaster'Rainer Gerhards2013-06-0624-117/+739
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: ChangeLog
| * | | doc: describe relp tls parametersJan Gerhards2013-05-152-4/+10
| | | |
| * | | fix handling of unbounded blocksRainer Gerhards2013-05-161-1/+2
| | | |
| * | | fix regression on unencrypted queue filesRainer Gerhards2013-05-161-0/+2
| | | |
| * | | cleanupRainer Gerhards2013-05-163-7/+6
| | | |
| * | | complete handle multiple blocks in encrypted queue filesRainer Gerhards2013-05-166-37/+146
| | | |
| * | | properly handle padding bytes when reading queue filesRainer Gerhards2013-05-161-5/+10
| | | |
| * | | enable ability to read existing encrypted queue fileRainer Gerhards2013-05-152-3/+28
| | | |
| * | | clean up crypto provider state files on queue file rolloverRainer Gerhards2013-05-155-4/+29
| | | |
| * | | do not try to write to read-open encryption state fileRainer Gerhards2013-05-152-5/+7
| | | |
| * | | clean up crypto provider state files on queue file closeRainer Gerhards2013-05-156-2/+40
| | | |
| * | | omrelp: add "rebindInterval" parameterRainer Gerhards2013-05-142-5/+27
| | | |
| * | | imrelp: add support for TLSRainer Gerhards2013-05-141-5/+13
| | | |
| * | | Merge branch 'master' into nextmaster-rtlsRainer Gerhards2013-05-141-57/+0
| |\ \ \
| * | | | omrelp: add support for TLSRainer Gerhards2013-05-143-2/+17
| | | | |
| * | | | reflect librelp API changeRainer Gerhards2013-05-131-5/+5
| | | | |
| * | | | Merge branch 'master' into nextmasterRainer Gerhards2013-05-132-0/+3
| |\ \ \ \
| * | | | | fix invalid function prototypesRainer Gerhards2013-05-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | regression from yet-unreleased enhancement (RELP IP address setting)
| * | | | | Merge branch 'master' into nextmasterRainer Gerhards2013-05-134-8/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into nextmasterRainer Gerhards2013-05-131-95/+95
| |\ \ \ \ \ \
| * | | | | | | basic queue file encryptionRainer Gerhards2013-05-138-23/+248
| | | | | | | |