summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/imjournal.html13
1 files changed, 2 insertions, 11 deletions
diff --git a/doc/imjournal.html b/doc/imjournal.html
index 5a18d5d6..4095dba2 100644
--- a/doc/imjournal.html
+++ b/doc/imjournal.html
@@ -38,8 +38,9 @@ is hard need to do so.</b>
<p><b>Configuration Directives</b>:</p>
<p><b>Module Directives</b></p>
<ul>
-<li><b>PersistStateInterval</b> messages<br>
+<li><b>PersistStateInterval</b> number-of-messages<br>
This is a global setting. It specifies how often should the journal state be persisted.
+The persists happens after each <i>number-of-messages</i>.
This option is useful for rsyslog to start reding from the last journal message it read.
<li><b>StateFile</b> /path/to/file<br>
@@ -98,15 +99,5 @@ $template CEETemplate,"%TIMESTAMP% %HOSTNAME% %syslogtag% @cee: %$!all-json%\n"
*.* /var/log/ceelog;CEETemplate
</textarea>
-<p><b>Legacy Configuration Directoves</b>:</p>
-<ul>
-<li><strong>$ImjournalPersistStateInterval [lines]</strong><br>
-It specifies how often should the journal state be persisted. This option is useful for rsyslog to start reading from the last journal message it read.
-</li>
-<li><strong>$ImjournalStateFile&nbsp;/path/to/file</strong><br>
-It specifies where the state file for persisting journal state is located.
-</li>
-</ul>
-
</body>
</html>