From 3dc7780c58237a2624944f5025499ee5250a91f5 Mon Sep 17 00:00:00 2001 From: Hofi Date: Fri, 18 Jul 2025 09:56:35 +0200 Subject: [PATCH] Update 003_Using_wildcard_and_regexp.md Removed a self reference Signed-off-by: Hofi --- .../080_Log/030_Filters/003_Using_wildcard_and_regexp.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/_admin-guide/080_Log/030_Filters/003_Using_wildcard_and_regexp.md b/doc/_admin-guide/080_Log/030_Filters/003_Using_wildcard_and_regexp.md index fb2869b9..595ad953 100644 --- a/doc/_admin-guide/080_Log/030_Filters/003_Using_wildcard_and_regexp.md +++ b/doc/_admin-guide/080_Log/030_Filters/003_Using_wildcard_and_regexp.md @@ -30,9 +30,6 @@ string, for example, on myhost-1, myhost-2, and so on. filter f_wildcard {host("myhost*" type(glob));}; ``` -For details on using regular expressions in {{ site.product.short_name }}, see Using -wildcards, special characters, and regular expressions in filters. - To filter for special control characters like the carriage return (CR), use the **\\r** escape prefix in {{ site.product.short_name }} version 3.0 and 3.1. In {{ site.product.short_name }} 3.2 and later, you can also use the \\x escape prefix and