summaryrefslogtreecommitdiffstats
path: root/doc/imklog.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-11-22 09:45:05 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-11-22 09:45:05 +0100
commit84a5d7b138fd6366cf2964585f330e663b96d10e (patch)
tree078ebcaf8b68e86c7ddf72f628a8aacf5a7cc770 /doc/imklog.html
parentef9128a9f92f2a68ac0fb5db27ded192a258df13 (diff)
parentb78af2aaf546cee90671513be39d8e3717f2ace6 (diff)
downloadrsyslog-84a5d7b138fd6366cf2964585f330e663b96d10e.tar.gz
rsyslog-84a5d7b138fd6366cf2964585f330e663b96d10e.tar.bz2
rsyslog-84a5d7b138fd6366cf2964585f330e663b96d10e.zip
Merge branch 'v5-stable' into v6-stable
Note: this was not a simple merge, I rather needed to adopt the v5 code to the new v6 config handling. However, no v6 config format has been added yet (this is the next step). Conflicts: plugins/imklog/imklog.c plugins/imklog/imklog.h
Diffstat (limited to 'doc/imklog.html')
-rw-r--r--doc/imklog.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/imklog.html b/doc/imklog.html
index 2e3b3bc2..05292ddf 100644
--- a/doc/imklog.html
+++ b/doc/imklog.html
@@ -65,6 +65,19 @@ Linux only, ignored on other platforms (but may be specified)</li>
former klogd -2 option<br>
Linux only, ignored on other platforms (but may be specified)<br style="font-weight: bold;">
</li>
+<li><b>$klogParseKernelTimestamp</b> [on/<b>off</b>]
+If enabled and the kernel creates a timestamp for its log messages, this timestamp will be
+parsed and converted into regular message time instead to use the receive time of the kernel
+message (as in 5.8.x and before). Default is to not parse the kernel timestamp, because the
+clock used by the kernel to create the timestamps is not supposed to be as accurate as the
+monotonic clock required to convert it. Depending on the hardware and kernel, it can result
+in message time differences between kernel and system messages which occurred at same time.
+</li>
+<li><b>$klogKeepKernelTimestamp</b> [on/<b>off</b>]
+If enabled, this option causes to keep the [timestamp] provided by the kernel at the begin
+of in each message rather than to remove it, when it could be parsed and converted into
+local time for use as regular message time. Only used, when $klogParseKernelTimestamp is on.
+</li>
</ul>
<b>Caveats/Known Bugs:</b>
<p>This is obviously platform specific and requires platform