diff options
Diffstat (limited to 'doc/imjournal.html')
-rw-r--r-- | doc/imjournal.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/imjournal.html b/doc/imjournal.html index 30f07ff5..5a18d5d6 100644 --- a/doc/imjournal.html +++ b/doc/imjournal.html @@ -97,5 +97,16 @@ $template CEETemplate,"%TIMESTAMP% %HOSTNAME% %syslogtag% @cee: %$!all-json%\n" *.* :mmjsonparse: *.* /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 /path/to/file</strong><br> +It specifies where the state file for persisting journal state is located. +</li> +</ul> + </body> </html> |