summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2012-06-141-0/+2
|\
| * adding pkgconfigdir definition to Makefile.am to help build properlyAbby Edwards2012-06-131-0/+2
| |
* | added new-style zeromq plugins, based on czmq api and rsyslog v6 confDavid Kelly2012-05-291-0/+8
|/
* initial shot at omhiredisBrian Knox2012-03-211-0/+4
|
* build system: fully integrating ommongodbRainer Gerhards2012-03-071-0/+4
|
* mmaudit: added skeleton (copy of mmjsonparse)Rainer Gerhards2012-02-231-0/+4
|
* added mmjsonparse to support recognizing and parsing JSON enhanced syslog ↵Rainer Gerhards2012-02-211-0/+4
| | | | messages
* cleanup: remove omdbalertingRainer Gerhards2012-01-271-4/+0
| | | | | | | | someone claimed to write a module with this functionality, if a template were provided. And indeed, it was provided but never anything happend (at least nothing was contributed back...). Removing this silly template now. If someone really intends to take up on it, get a copy from older git versions.
* Merge branch 'v5-devel'Rainer Gerhards2012-01-271-0/+2
|\ | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-271-0/+2
| |\ | | | | | | | | | | | | Conflicts: configure.ac
| | * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-211-0/+2
| | |\
| | | * license docs were not properly redistributedRainer Gerhards2012-01-211-0/+2
| | | | | | | | | | | | | | | | thanks to Tomas Heinrich for alerting me.
* | | | Merge branch 'v5-devel' into masterRainer Gerhards2012-01-181-0/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html plugins/imptcp/imptcp.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/parser.c template.c tools/omfwd.c tools/syslogd.c
| * | | add elasticsearch output moduleNathan Scott2012-01-171-0/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for sending events to elasticsearch - a distributed, RESTful, search engine built on Lucene (www.elasticsearch.org). The output module is enabled via a configure option, and uses libcurl to send the messages from rsyslog to elasticsearch. This patch makes use of the earlier JSON quoting patch to ensure valid JSON strings are sent to the server. Signed-off-by: Nathan Scott <nathans@aconex.com>
* | | removed imtemplate/omtemplate template modules, as this was waste of timeRainer Gerhards2012-01-091-10/+0
| | | | | | | | | | | | | | | | | | The actual input/output modules are better copy templates. Instead, the now-removed modules cost time for maintenance AND often caused confusion on what their role was.
* | | milestone: grammar integrated in rsyslog build systemRainer Gerhards2011-07-051-1/+1
| | |
* | | preparing for 6.1.8 releasev6.1.8Rainer Gerhards2011-05-211-0/+1
| | |
* | | Merge branch 'v5-stable' into betaRainer Gerhards2011-05-201-0/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html plugins/imrelp/imrelp.c
| * | added skeleton for mmsnmptrapdRainer Gerhards2011-05-051-0/+5
| | |
* | | Merge branch 'v5-devel'Rainer Gerhards2011-03-311-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c
| * | prepared skeleton for new strgen moduleRainer Gerhards2011-03-171-0/+4
| | |
* | | Merge branch 'v5-devel'Rainer Gerhards2011-03-141-0/+2
|\| | | | | | | | | | | | | | Conflicts: tests/diag.sh
| * | added the template modules to the things being checked during distcheckRainer Gerhards2011-03-141-0/+2
| | | | | | | | | | | | | | | | | | | | | While they are not meant for production, interface changes may not show up if they are not included in distecheck. This may be distrubing to users. The chances is even greater as there usually is no need to compile and/or check these modules during regular development.
* | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * | fixed problem in testbench Makefile, added module to distcheckRainer Gerhards2011-03-101-0/+3
| | | | | | | | | | | | | | | Thanks to Michael Biebl for mentioning that some modules were not included in make distcheck.
| * | systemd: use standard syslog.socket unitLennart Poettering2011-03-091-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In systemd we now have a standard socket unit for /dev/log called syslog.socket. This unit can be shared between an early boot mini syslog and the full syslog implementation started later on. The mini syslog is shipped along systemd and does nothing but simply forward the data received through /dev/log to the kernel log buffer (i.e. kmsg, as visible by dmesg). It is run during early boot, and then as soon as rsyslog starts up it is terminated, so that rsyslog can take over the /dev/log socket. Since one of the first things rsyslog does after starting up is flushing the kernel log buffer to disk we end up with all data from early boot up in syslog. This patch changes two things: removes rsyslog.socket and instead configures rsyslog.service to take possession of syslock.socket. And secondly includes a PreStart line to terminate the running syslog bridge instance.
* | | Merge branch 'v5-beta'Rainer Gerhards2011-02-111-0/+4
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | added pmsnare parser moduleDavid Lang2011-02-081-0/+4
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Merge branch 'v5-devel'Rainer Gerhards2011-02-011-0/+8
|\| | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/imudp/imudp.c plugins/ommysql/ommysql.c
| * | added pmaixforwardedfrom message parserDavid Lang2011-02-011-0/+4
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | integrated pmciscomsg into the build systemRainer Gerhards2011-01-131-0/+4
| | |
* | | added first (very experimental) version of imttcpRainer Gerhards2011-01-241-1/+5
| | |
* | | milestone: added mmnormalize (compiles, but untested)Rainer Gerhards2010-12-011-0/+4
|/ /
* | Merge branch 'v5-beta' into v5-develRainer Gerhards2010-10-151-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am plugins/imfile/imfile.c runtime/stream.c tests/tcpflood.c
| * | Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-151-1/+5
| |\| | | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
* | | Merge branch 'v5-devel-hdfs' into v5-develRainer Gerhards2010-10-051-0/+4
|\ \ \
| * | | omhdfs: first shot at this new module (very rough PoC code)Rainer Gerhards2010-09-301-0/+4
| | | |
* | | | systemd: install service and socket unit filesLennart Poettering2010-10-041-2/+23
|/ / / | | | | | | | | | | | | | | | | | | This adds a systemd socket and service unit file to the default install if systemd is found or explicitly enabled in ./configure. Patch is against current git v5-devel.
* | | added module impstat to emit periodic statistics on rsyslog countersRainer Gerhards2010-09-091-0/+5
| | | | | | | | | | | | | | | | | | This is a *very first* and *very rough* and *very featureless* first shot at this functionality. It is assumed that we will enhance the stats system as a by-line while doing other development.
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-08-111-0/+5
|\ \ \ | |/ / |/| / | |/ | | | | Conflicts: Makefile.am tests/tcpflood.c
| * Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-111-1/+6
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am
| | * added imptcpRainer Gerhards2010-08-101-1/+6
| | | | | | | | | | | | | | | imptcp is a simplified, Linux-specific and potentielly fast syslog plain tcp input plugin (NOT supporting TLS!)
* | | fixing a nit introduced in last mergeRainer Gerhards2010-08-061-0/+1
| | |
* | | Merge branch 'v4-devel'Rainer Gerhards2010-08-061-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am
| * | added omuxsock, which permits to write message to local Unix socketsRainer Gerhards2010-08-061-1/+6
| | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding
* | | preparing for 5.5.6 releasev5.5.6Rainer Gerhards2010-07-211-2/+0
| | |
* | | added new parser modulesRainer Gerhards2010-07-131-1/+5
| | | | | | | | | | | | | | | | | | | | | most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)
* | | added new pm3164sd parser moduleRainer Gerhards2010-07-071-0/+5
| | | | | | | | | | | | | | | | | | this permits to accept RFC5424 structured data from messages with RFC3164 header. This was compiled from existing modules by user izotov.
* | | some cleanupRainer Gerhards2010-04-191-1/+21
| | |
* | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-191-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html runtime/debug.c runtime/rsyslog.h tests/Makefile.am tests/diag.sh tests/nettester.c tools/syslogd.c