diff --git a/Content/Guides/shared/chunk/systemd-journal-namespace.htm b/Content/Guides/shared/chunk/systemd-journal-namespace.htm index 7de15a780..83b1a267e 100644 --- a/Content/Guides/shared/chunk/systemd-journal-namespace.htm +++ b/Content/Guides/shared/chunk/systemd-journal-namespace.htm @@ -41,6 +41,9 @@
namespace()

If the namespace identifier is prefixed with "+" when you specify your namespace() option, the systemd-journal()source only reads and displays log data from the specified namespace and the default namespace, interleaved.

+
+

NOTE: Starting with version 4.4, multiple systemd-journal() sources can be configured. When configuring multiple sources, each systemd namespace must be unique.

+

Syntax:namespace(string)

diff --git a/Maketargets.json b/Maketargets.json index 72bfa73df..1f6a1c0dd 100644 --- a/Maketargets.json +++ b/Maketargets.json @@ -7,7 +7,7 @@ "condition": "General.OSE", "conditions-to-exclude": "General.PE or General.pe6 or General.SPS or General.SRA or General.ARS", "version": "3.38", - "techversion": "3.38" + "techversion": "3.38", "onlinedocumentation": "https://www.syslog-ng.com/technical-documents/list/syslog-ng-open-source-edition" }, "syslog-ng-ose-guide-admin": {