We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac76b8 commit 9385a91Copy full SHA for 9385a91
doc/_admin-guide/110_Template_and_rewrite/000_Customize_message_format/004_Macros_of_syslog-ng.md
@@ -121,6 +121,13 @@ format. See also the ${AMPM} macro. 12AM is midnight. Available in
121
122
{% include doc/admin-guide/host-macro.md macro = '${HOST}' from = '${HOST_FROM}' %}
123
124
+## ${HOSTID}
125
+
126
+The HOSTID is a persistent, 32-bits-long cryptographically secure pseudo random number,
127
+that belongs to the host that the syslog-ng OSE is running on. If the
128
+persist file is damaged, the HOSTID might change. For more about its usage, see
129
+use-uniqid(), ${UNIQID} and ${RCPTID}.
130
131
## ${HOST_FROM}
132
133
{% include doc/admin-guide/host-from-macro.md macro = '${HOST}' from = '${HOST_FROM}' %}
0 commit comments