diff --git a/doc/omfile.html b/doc/omfile.html
index 655e93406..1f89ae0df 100644
--- a/doc/omfile.html
+++ b/doc/omfile.html
@@ -14,18 +14,81 @@
Module Parameters:
- - Template [templateName]
- Set the default template to be used if an action is not
- configured to use a specific template.
+ -
+ Template [templateName]
+ Set the default template to be used if an action is not
+ configured to use a specific template.
+
- - DirCreateMode [default 0700]
- Sets the default DirCreateMode to be used for an action
- if no explicit one is specified.
+ -
+ DirCreateMode [default 0700]
+ Sets the default DirCreateMode to be used for an action
+ if no explicit one is specified.
+
- - FileCreateMode [default 0644]
- Sets the default DirCreateMode to be used for an action
- if no explicit one is specified.
+ -
+ FileCreateMode [default 0644]
+ Sets the default DirCreateMode to be used for an action
+ if no explicit one is specified.
+
+
+ -
+ DirOwner
+ Set the default file owner for directories newly created. Please note that this setting does not affect the
+ owner of directories already existing. The parameter is a user name, for which the userid is obtained by
+ rsyslogd during startup processing. Interim changes to the user mapping are not detected.
+
+
+ -
+ DirOwnerNum
+ Set the default file owner for directories newly created. Please note that this setting does not affect the
+ owner of directories already existing. The parameter is a numerical ID, which is used regardless of whether the
+ user actually exists. This can be useful if the user mapping is not available to rsyslog during startup.
+
+
+ -
+ DirGroup
+ Set the default group for directories newly created. Please note that this setting does not affect the group of
+ directories already existing. The parameter is a group name, for which the groupid is obtained by rsyslogd on
+ during startup processing. Interim changes to the user mapping are not detected.
+
+
+ -
+ DirGroupNum
+ Set the default group for directories newly created. Please note that this setting does not affect the group of
+ directories already existing. The parameter is a numerical ID, which is used regardless of whether the group
+ actually exists. This can be useful if the group mapping is not available to rsyslog during startup.
+
+
+ -
+ FileOwner
+ Set the default file owner for files newly created. Please note that this setting does not affect the owner of
+ files already existing. The parameter is a user name, for which the userid is obtained by rsyslogd during
+ startup processing. Interim changes to the user mapping are not detected.
+
+
+ -
+ FileOwnerNum
+ Set the default file owner for files newly created. Please note that this setting does not affect the owner of
+ files already existing. The parameter is a numerical ID, which which is used regardless of whether the user
+ actually exists. This can be useful if the user mapping is not available to rsyslog during startup.
+
+
+ -
+ FileGroup
+ Set the default group for files newly created. Please note that this setting does not affect the group of files
+ already existing. The parameter is a group name, for which the groupid is obtained by rsyslogd during startup
+ processing. Interim changes to the user mapping are not detected.
+
+
+ -
+ FileGroupNum
+ Set the default group for files newly created. Please note that this setting does not affect the group of files
+ already existing. The parameter is a numerical ID, which is used regardless of whether the group actually
+ exists. This can be useful if the group mapping is not available to rsyslog during startup.
+
+
Action Parameters:
@@ -153,10 +216,15 @@ unusable.
Sample:
The following command writes all syslog messages into a file.
-