From 9dd087352f9569b55552459bffcee48eede9b617 Mon Sep 17 00:00:00 2001 From: Hofi Date: Wed, 18 Sep 2024 15:49:43 +0200 Subject: [PATCH 1/2] persist-name(): added latest syslog-ng error message Signed-off-by: Hofi --- _includes/doc/admin-guide/options/persist-name.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_includes/doc/admin-guide/options/persist-name.md b/_includes/doc/admin-guide/options/persist-name.md index 8fd20cee..921a9727 100644 --- a/_includes/doc/admin-guide/options/persist-name.md +++ b/_includes/doc/admin-guide/options/persist-name.md @@ -9,6 +9,10 @@ drivers: > Error checking the uniqueness of the persist names, please override it with persist-name option. Shutting down. +or + +> Automatic assignment of persist names failed, as conflicting persist-names were found. Please override the automatically assigned identifier using an explicit perist-name() option or remove the duplicated configuration elements + This error happens if you use identical drivers in multiple sources, for example, if you configure two file sources to read from the same file. In this case, set the persist-name() of the drivers to a custom string, From 49e450c9318a27260c61e5887a36f08add68d916 Mon Sep 17 00:00:00 2001 From: zsoltgyulai94 <147834757+zsoltgyulai94@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:05:18 +0200 Subject: [PATCH 2/2] Update _includes/doc/admin-guide/options/persist-name.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gergely Karácsonyi <64634678+mrgarris0n@users.noreply.github.com> Signed-off-by: zsoltgyulai94 <147834757+zsoltgyulai94@users.noreply.github.com> --- _includes/doc/admin-guide/options/persist-name.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/doc/admin-guide/options/persist-name.md b/_includes/doc/admin-guide/options/persist-name.md index 921a9727..9ee9b485 100644 --- a/_includes/doc/admin-guide/options/persist-name.md +++ b/_includes/doc/admin-guide/options/persist-name.md @@ -11,7 +11,7 @@ drivers: or -> Automatic assignment of persist names failed, as conflicting persist-names were found. Please override the automatically assigned identifier using an explicit perist-name() option or remove the duplicated configuration elements +> Automatic assignment of persist names failed, as conflicting persist names were found. Please override the automatically assigned identifier using an explicit persist-name() option or remove the duplicated configuration elements. This error happens if you use identical drivers in multiple sources, for example, if you configure two file sources to read from the same file.