chg: fix typo

pull/224/head
Jeroen Pinoy 2021-02-26 12:45:02 +01:00
parent f8930f4be8
commit fc79339f94
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ The system allows administrators to set up rules for regular expressions that wi
### The purpose of Import Regexp entries
They can be used for several things, such as unifying the capitalisation of file paths for more accurate event correlation or to automatically censor the usernames and use system path variable names (changing C:\Users\UserName\Appdata\Roaming\file.exe to %APPDATA%\file.exe).
The second use is blocking, if a regular expression is entered with a blacklistnk replacement, any event info or attribute value containing the expression will not be added. Please make sure the entered regexp expression follows the preg_replace pattern rules as described [here](http://php.net/manual/en/function.preg-replace.php)
The second use is blocking, if a regular expression is entered with a blank replacement, any event info or attribute value containing the expression will not be added. Please make sure the entered regexp expression follows the preg_replace pattern rules as described [here](http://php.net/manual/en/function.preg-replace.php)
### Adding and modifying entries