summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bugid #464 in elasticsearch output moduleAndre Lorbach2013-07-231-0/+6
| | | | | | Added some libcurl options in checkConn to disable the bodyport of the request within this functions. Otherwise libcurl could have created a sigsegv when curl_easy_perform() was called.
* update to newest version of stats scriptsAndre Lorbach2013-07-221-2/+226
|
* Started implementing statslog analyzer for impstatsAndre Lorbach2013-07-223-15/+73
| | | | This script will help finding unusual things in the impstats logs
* cleanupRainer Gerhards2013-07-151-12/+0
|
* Merge branch 'master' into master-zipflushRainer Gerhards2013-07-151-8/+8
|\ | | | | | | | | Conflicts: plugins/imptcp/imptcp.c
| * bugfix: stream compression in imptcp caused timestamp to be corruptedRainer Gerhards2013-07-151-7/+8
| |
* | milestone: tcp stream compression support for transaction boundariesRainer Gerhards2013-07-151-1/+13
|/
* Merge remote-tracking branch 'andre/v7-stats-scripts' into tmpRainer Gerhards2013-07-122-19/+58
|\
| * Merge branch 'master' into v7-stats-scriptsAndre Lorbach2013-07-122-4/+9
| |\
| * | Removed commandline arg count limit from scriptsAndre Lorbach2013-07-122-2/+2
| | |
| * | Added new option "chartscalcdelta" to generate charts with delta values ↵Andre Lorbach2013-07-112-11/+34
| | | | | | | | | | | | | | | | | | instead of cumulative values. Also fixed reading outputfile parameter in statslog-graph.py script.
| * | Merge branch 'master' into v7-stats-scriptsAndre Lorbach2013-07-116-10/+98
| |\ \
| * | | Added command line switch to generate bar charts in statslog-splitter.pyAndre Lorbach2013-07-051-6/+22
| | | |
* | | | Merge branch 'c8'Rainer Gerhards2013-07-121-63/+185
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | Conflicts: configure.ac plugins/imudp/imudp.c
| * | | imudp: add support for recvmmsg()Rainer Gerhards2013-07-111-20/+47
| | | |
| * | | imudp milestone: recvmmsg() now supported, but reads only a single msgRainer Gerhards2013-07-111-2/+62
| | | | | | | | | | | | | | | | obviously, as an end-result that would be brainless ;)
| * | | imudp: fix error message on socket error conditionRainer Gerhards2013-07-111-1/+1
| | | |
| * | | imudp: refactor to use recvmsg() in preparation for recvmmsg()Rainer Gerhards2013-07-111-10/+18
| | | |
| * | | imudp: refactor in preparation of recvmmsg() enhancementRainer Gerhards2013-07-111-60/+77
| | | |
* | | | Merge branch 'c8'Rainer Gerhards2013-07-112-4/+9
|\| | | | |_|/ |/| | | | | | | | | | | | | | Conflicts: ChangeLog doc/imudp.html plugins/imudp/imudp.c
| * | imudp: add ability to specify SO_RCVBUF size (rcvbufSize parameter)Rainer Gerhards2013-07-112-2/+7
| | |
* | | Merge branch 'c8'Rainer Gerhards2013-07-111-1/+59
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/impstats/impstats.c
| * | impstats: add process resource usage counters [via getrusage()]Rainer Gerhards2013-07-111-1/+59
| | |
* | | fix compile problem in debug buildRainer Gerhards2013-07-091-2/+0
| | |
* | | Merge remote-tracking branch 'andre/v7-stats-scripts'Rainer Gerhards2013-07-054-0/+9746
|\ \ \ | | |/ | |/|
| * | Fixed Datetime detectionAndre Lorbach2013-07-031-3/+4
| | |
| * | Added support for multiple regex commands, useful for parsing multiple ↵Andre Lorbach2013-07-031-53/+79
| | | | | | | | | | | | rsyslog formats
| * | Added more command line options to customize the charts and their outputAndre Lorbach2013-07-032-4/+31
| | |
| * | Finished statslog graph and splitter script.Andre Lorbach2013-07-034-26/+9368
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also added needed javascript files, so they can be included into the svg files. This removes dependencies on external sources. The statslog-splitter can now automatically generated SVG or PNG charts together with an index.html in the output directory. This helps taking a quick view on all generated stats data.
| * | Finsihed implementing chart gemerator script for impstats.Andre Lorbach2013-07-032-40/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | CSV Data generated by statslog-splitter is needed. To run the chart script, the following packages need to be installed: - python pip - python cairosvg With pip install these packages: - pip install CairoSVG tinycss cssselect pygal
| * | Started implementing stats chart generatorAndre Lorbach2013-07-021-0/+107
| | |
| * | Added script to split impstats logfiles into processable csv filesAndre Lorbach2013-07-021-0/+133
| | | | | | | | | | | | Python 2.6 or higher is needed to run the script
* | | Merge branch 'v7-stable'Rainer Gerhards2013-07-051-1/+3
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | bugfix: omlibdbi did not properly close connection on some errorsRainer Gerhards2013-07-051-1/+3
| | | | | | | | | | | | | | | | | | | | This happened to errors occuring in Begin/End Transaction entry points.
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-07-051-3/+9
|\| | |
| * | | omlibdbi: improve debug reporting on Begin/EndTXRainer Gerhards2013-07-051-3/+9
| | | |
* | | | make use of new librelp generic error reporting facilityRainer Gerhards2013-07-052-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | This leads to more error messages being passed to the user and thus simplified troubleshooting. librelp 1.2.0 is now required
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-07-041-2/+1
|\| | |
| * | | minor code reductionRainer Gerhards2013-07-041-2/+1
| | | |
* | | | bugfix: very small memory leak in imrelpRainer Gerhards2013-07-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | more or less cosmetic, a single memory block was not freed, but this only happens immediately before termination (when the OS automatically frees all memory). Still an annoyance e.g. in valgrind.
* | | | omrelp: add "windowSize" parameter to set custom RELP window sizeRainer Gerhards2013-07-021-0/+8
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-07-021-1/+0
|\| | | | |/ / |/| |
| * | bugfix: double-free in omelasticsearchRainer Gerhards2013-07-021-1/+0
| | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 Thanks to Marius Ionescu for providing a detailled bug report
| * | bugfix: omrelp potential segfault at startup on invalid config parametersRainer Gerhards2013-06-251-1/+2
| | | | | | | | | | | | | | | Conflicts: ChangeLog
* | | omrelp: use transactional mode to make imrelp emit bulk sendsRainer Gerhards2013-06-291-0/+25
| | |
* | | cosmetic: remove compiler warningRainer Gerhards2013-06-291-1/+1
| | |
* | | [io]mrelp: improve error reportingRainer Gerhards2013-06-282-0/+20
| | |
* | | bugfix: imptcp did not properly initialize compression status variableRainer Gerhards2013-06-261-0/+1
| | | | | | | | | | | | could lead to segfault if stream:always compression mode was selected
* | | bugfix: omrelp potential segfault at startup on invalid config parametersRainer Gerhards2013-06-251-1/+2
| | |
* | | imrelp: properly initialize certifcate parametersRainer Gerhards2013-06-251-0/+3
| | |