Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'c9' | Rainer Gerhards | 2013-09-02 | 1 | -1/+8 |
|\ | | | | | | | | | Conflicts: runtime/msg.c | ||||
| * | milestone: defaultTZ can be set in msg obj (via imtcp) | Rainer Gerhards | 2013-08-30 | 1 | -1/+8 |
| | | | | | | | | ... but parser does not yet use it. | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-08-26 | 1 | -1/+1 |
|\| | |||||
| * | bugfix: imtcp addtlframedelimiter could not be set to zero | Rainer Gerhards | 2013-08-26 | 1 | -1/+1 |
| | | | | | | | | Thanks to Chris Norton for alerting us. | ||||
* | | imudp: bugfix: did not compile on some platforms due to dup variable | Rainer Gerhards | 2013-08-26 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'v7-stable' | Andre Lorbach | 2013-08-14 | 1 | -2/+2 |
|\| | |||||
| * | Removed SPACE after "MAIL FROM:" and "RCPT TO:" as RFC5321 permits spaces. | Andre Lorbach | 2013-08-14 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'v7-stable' | Andre Lorbach | 2013-08-06 | 1 | -9/+3 |
|\| | | | | | | | | | Conflicts: plugins/omprog/omprog.c | ||||
| * | Using OMSRsetEntry to set the default action template in omprog | Andre Lorbach | 2013-08-06 | 1 | -8/+3 |
| | | | | | | | | If there was no default template, a segfault occured on startup. | ||||
* | | Merge branch 'v7-stable' | Andre Lorbach | 2013-07-24 | 1 | -17/+13 |
|\| | |||||
| * | Another fix for bugid# 468 | Andre Lorbach | 2013-07-24 | 1 | -8/+4 |
| | | | | | | | | | | Using OMSRsetEntry now to set the default action template when using new-style config. See here for more: http://bugzilla.adiscon.com/show_bug.cgi?id=468 | ||||
| * | Fixing new style config format issues from bugid #468 | Andre Lorbach | 2013-07-24 | 1 | -9/+9 |
| | | | | | | | | | | See http://bugzilla.adiscon.com/show_bug.cgi?id=468 Removed CNFPARAM_REQUIRED from all optional parameters. | ||||
* | | Merge branch 'v7-stable' | Andre Lorbach | 2013-07-24 | 1 | -6/+14 |
|\| | |||||
| * | Fixed another issue related to http://bugzilla.adiscon.com/show_bug.cgi?id=464 | Andre Lorbach | 2013-07-24 | 1 | -4/+9 |
| | | | | | | | | | | | | Added check for empty batch data in endTransaction function. Avoids sending an unneeded curlPost, can happen when elasticsearch is shutdown while sending data to. | ||||
| * | Fixed a bug in curlPost related to ↵ | Andre Lorbach | 2013-07-24 | 1 | -2/+5 |
| | | | | | | | | | | | | http://bugzilla.adiscon.com/show_bug.cgi?id=464 A Check was added for replylen before writting the 0 Byte to the end of reply data. | ||||
| * | Fixed bugid #464 in elasticsearch output module | Andre Lorbach | 2013-07-23 | 1 | -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. | ||||
* | | Fixed bugid #464 in elasticsearch output module | Andre Lorbach | 2013-07-23 | 1 | -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 scripts | Andre Lorbach | 2013-07-22 | 1 | -2/+226 |
| | | |||||
* | | Started implementing statslog analyzer for impstats | Andre Lorbach | 2013-07-22 | 3 | -15/+73 |
| | | | | | | | | This script will help finding unusual things in the impstats logs | ||||
* | | cleanup | Rainer Gerhards | 2013-07-15 | 1 | -12/+0 |
| | | |||||
* | | Merge branch 'master' into master-zipflush | Rainer Gerhards | 2013-07-15 | 1 | -8/+8 |
|\ \ | | | | | | | | | | | | | Conflicts: plugins/imptcp/imptcp.c | ||||
| * | | bugfix: stream compression in imptcp caused timestamp to be corrupted | Rainer Gerhards | 2013-07-15 | 1 | -7/+8 |
| | | | |||||
* | | | milestone: tcp stream compression support for transaction boundaries | Rainer Gerhards | 2013-07-15 | 1 | -1/+13 |
|/ / | |||||
* | | Merge remote-tracking branch 'andre/v7-stats-scripts' into tmp | Rainer Gerhards | 2013-07-12 | 2 | -19/+58 |
|\ \ | |||||
| * \ | Merge branch 'master' into v7-stats-scripts | Andre Lorbach | 2013-07-12 | 2 | -4/+9 |
| |\ \ | |||||
| * | | | Removed commandline arg count limit from scripts | Andre Lorbach | 2013-07-12 | 2 | -2/+2 |
| | | | | |||||
| * | | | Added new option "chartscalcdelta" to generate charts with delta values ↵ | Andre Lorbach | 2013-07-11 | 2 | -11/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | instead of cumulative values. Also fixed reading outputfile parameter in statslog-graph.py script. | ||||
| * | | | Merge branch 'master' into v7-stats-scripts | Andre Lorbach | 2013-07-11 | 6 | -10/+98 |
| |\ \ \ | |||||
| * | | | | Added command line switch to generate bar charts in statslog-splitter.py | Andre Lorbach | 2013-07-05 | 1 | -6/+22 |
| | | | | | |||||
* | | | | | Merge branch 'c8' | Rainer Gerhards | 2013-07-12 | 1 | -63/+185 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac plugins/imudp/imudp.c | ||||
| * | | | | imudp: add support for recvmmsg() | Rainer Gerhards | 2013-07-11 | 1 | -20/+47 |
| | | | | | |||||
| * | | | | imudp milestone: recvmmsg() now supported, but reads only a single msg | Rainer Gerhards | 2013-07-11 | 1 | -2/+62 |
| | | | | | | | | | | | | | | | | | | | | obviously, as an end-result that would be brainless ;) | ||||
| * | | | | imudp: fix error message on socket error condition | Rainer Gerhards | 2013-07-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | imudp: refactor to use recvmsg() in preparation for recvmmsg() | Rainer Gerhards | 2013-07-11 | 1 | -10/+18 |
| | | | | | |||||
| * | | | | imudp: refactor in preparation of recvmmsg() enhancement | Rainer Gerhards | 2013-07-11 | 1 | -60/+77 |
| | | | | | |||||
* | | | | | Merge branch 'c8' | Rainer Gerhards | 2013-07-11 | 2 | -4/+9 |
|\| | | | | |_|/ / |/| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/imudp.html plugins/imudp/imudp.c | ||||
| * | | | imudp: add ability to specify SO_RCVBUF size (rcvbufSize parameter) | Rainer Gerhards | 2013-07-11 | 2 | -2/+7 |
| | | | | |||||
* | | | | Merge branch 'c8' | Rainer Gerhards | 2013-07-11 | 1 | -1/+59 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/impstats/impstats.c | ||||
| * | | | impstats: add process resource usage counters [via getrusage()] | Rainer Gerhards | 2013-07-11 | 1 | -1/+59 |
| | | | | |||||
* | | | | fix compile problem in debug build | Rainer Gerhards | 2013-07-09 | 1 | -2/+0 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'andre/v7-stats-scripts' | Rainer Gerhards | 2013-07-05 | 4 | -0/+9746 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Fixed Datetime detection | Andre Lorbach | 2013-07-03 | 1 | -3/+4 |
| | | | | |||||
| * | | | Added support for multiple regex commands, useful for parsing multiple ↵ | Andre Lorbach | 2013-07-03 | 1 | -53/+79 |
| | | | | | | | | | | | | | | | | rsyslog formats | ||||
| * | | | Added more command line options to customize the charts and their output | Andre Lorbach | 2013-07-03 | 2 | -4/+31 |
| | | | | |||||
| * | | | Finished statslog graph and splitter script. | Andre Lorbach | 2013-07-03 | 4 | -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 Lorbach | 2013-07-03 | 2 | -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 generator | Andre Lorbach | 2013-07-02 | 1 | -0/+107 |
| | | | | |||||
| * | | | Added script to split impstats logfiles into processable csv files | Andre Lorbach | 2013-07-02 | 1 | -0/+133 |
| | | | | | | | | | | | | | | | | Python 2.6 or higher is needed to run the script | ||||
* | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-05 | 1 | -1/+3 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | | bugfix: omlibdbi did not properly close connection on some errors | Rainer Gerhards | 2013-07-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | This happened to errors occuring in Begin/End Transaction entry points. |