summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: describe failover action precisenessRainer Gerhards2013-11-061-5/+14
|
* prepare for 7.4.6 releasev7.4.6Rainer Gerhards2013-10-291-1/+1
|
* preparing for 7.4.5v7.4.5Rainer Gerhards2013-10-161-1/+1
|
* doc: typo fixRainer Gerhards2013-10-171-2/+2
| | | | thanks to Xuri Nagarin for alerting us
* doc: add new helpful link to impstats docRainer Gerhards2013-10-161-0/+1
|
* doc: link from doc to relevant places on the webFlorian Riedl2013-10-0713-5/+75
| | | | | the idea is to increase usability by directly linking to additional information, scenarios etc...
* mmanon: removed the check for specific "terminator characters" after last octetRainer Gerhards2013-10-041-8/+1
| | | | | | | | As it turned out, this didn't work in practice as there was an enormous set of potential terminator chars -- so removing them was the best thing to do. Note that this may change behaviour of existing installations. Yet, we still consider this an important bugfix, that should be applied to the stable branch.
* doc: include debug log submission instructions in troubleshooting docRainer Gerhards2013-09-181-10/+14
|
* bugfix: doc: imuxsock legacy param $SystemLogSocketParseTrusted was misspelledRainer Gerhards2013-09-161-1/+1
| | | | Thanks to David Lang for alerting us
* prepare for 7.4.4 releasev7.4.4Rainer Gerhards2013-09-031-1/+1
|
* doc: update package doc with links to Adiscon's repositoriesFlorian Riedl2013-08-261-4/+13
|
* doc bugfix: remove no-longer existing omtemplate from developer docRainer Gerhards2013-08-261-26/+5
| | | | | | It was specifically mentioned as a sample for creating new plugins Thanks to Yannick Brosseau for alerting us of this problem. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=473
* doc: typo fix (in directive name!)Rainer Gerhards2013-08-221-2/+2
| | | | Thanks to Martin Foot for reporting this problem.
* prepare for 7.4.3 releasev7.4.3Rainer Gerhards2013-07-181-1/+1
|
* doc: instructions for rotating signed filesRainer Gerhards2013-07-071-1/+20
|
* imfile changes back again, but with retained formatRadu Gheorghe2013-07-061-9/+9
|
* prepare for 7.4.2 releaseRainer Gerhards2013-07-041-1/+1
|
* doc/imfile: re-do spelling correctionsRainer Gerhards2013-07-021-3/+3
|
* rollback html editor rewrite of imfileRainer Gerhards2013-07-021-165/+230
|
* added "required" parameters, fixed conf snippet, bolded defaultsRadu Gheorghe2013-06-251-230/+165
|
* typo fix ("listner" vs. "listener")Michael Biebl2013-06-254-5/+5
|
* imptcp: improve docRainer Gerhards2013-06-201-6/+6
|
* doc bugfix: invalid parameter nameRainer Gerhards2013-06-201-1/+1
|
* doc: imjournal doc correctionTomas Heinrich2013-06-191-1/+1
|
* doc: remove duplicate omfile descriptionsRainer Gerhards2013-06-171-38/+34
| | | | | always bears the risk that one or another is not maintained when an update happpens
* prepare for 7.4.1 releasev7.4.1Rainer Gerhards2013-06-171-1/+1
|
* doc: legacy parameter description in imjournal slightly wrongRainer Gerhards2013-06-171-2/+2
|
* doc cleanupRainer Gerhards2013-06-171-5/+5
|
* Add IgnorePreviousMessages option to imjournal.Milan Bartos2013-06-171-4/+10
| | | | | | | | | | | | | This option specifies whether imjournal should ignore messages that are currently in journal. This option is only used when there is no StateFile to avoid message loss. modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c Conflicts: doc/imjournal.html plugins/imjournal/imjournal.c
* doc: improve imjournal docRainer Gerhards2013-06-171-17/+19
| | | | most importantly, convert sample to new-style config format
* fix imjournal doc after merging patchRainer Gerhards2013-06-171-11/+2
| | | | | ... was changed in the interim, so the result of the merge was sub-optimal ;)
* Merge branch 'tmp' into v7-stableRainer Gerhards2013-06-171-0/+11
|\ | | | | | | | | Conflicts: plugins/imjournal/imjournal.c
| * Rename legacy imjournal configs to have "imjournal" prepended.Milan Bartos2013-06-171-0/+11
| | | | | | | | | | modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c
* | doc bugfix: DynaFileCacheSize description in omfile was wrongRainer Gerhards2013-06-161-2/+6
| | | | | | | | thanks to David Lang for alerting me.
* | doc: add journal presentation link to omjournal docRainer Gerhards2013-06-161-0/+3
| |
* | doc: improve imjournal doc and add ratelimiting paramtersRainer Gerhards2013-06-161-8/+56
| |
* | doc: warn about using imjournalRainer Gerhards2013-06-151-0/+8
| | | | | | | | do to bugs in systemd, the module can lead to a DoS to the local machine
* | doc bugfix: imrelp does not have a v6+ "ruleset" config parameterRainer Gerhards2013-06-101-4/+2
|/
* prepare for 7.4.0 releasev7.4.0Rainer Gerhards2013-06-051-1/+1
|
* doc: correct omfile documentationTomas Heinrich2013-06-031-6/+6
| | | | Some of the options affect all files, not just dynafiles.
* doc: clarify RSYSLOG_DEBUG formatTomas Heinrich2013-06-031-0/+1
|
* doc bugfix: ReadMode wrong in imfile doc, two values were swappedRainer Gerhards2013-05-261-2/+2
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=450 Thanks to jokajak@gmail.com for mentioning this
* prepare for 7.3.15 releasev7.3.15Rainer Gerhards2013-05-141-1/+1
|
* doc: integrate imjournal doc contribution into rest of doc systemRainer Gerhards2013-05-143-1/+4
|
* Added a bit of imjournal documentation.Milan Bartos2013-05-141-0/+44
| | | | new file: imjournal.html
* doc: unify statement format in legacy stmt docJan Gerhards2013-05-101-95/+95
|
* prepare for 7.3.14 releasev7.3.14Rainer Gerhards2013-05-061-1/+1
|
* prepare for 7.3.13 releaseRainer Gerhards2013-04-291-1/+1
|
* doc bugfix: omfile parameter "VeryRobustZip" was documentas as "VeryReliableZip"Rainer Gerhards2013-04-261-1/+1
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=437 Thanks to Thomas Doll for reporting this.
* prepare for 7.3.12 releasev7.3.12Rainer Gerhards2013-04-261-1/+1
|