chg: [regexp] Exclude also size-in-bytes and counter types

pull/8416/head
Jakub Onderka 2022-05-29 17:38:53 +02:00
parent 21afe562ef
commit ede3899073
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class RegexpBehavior extends ModelBehavior
{
private $__allRegexp = null;
const EXCLUDED_TYPES = array('sigma', 'float');
const EXCLUDED_TYPES = ['sigma', 'size-in-bytes', 'counter', 'float'];
/**
* replace the current value according to the regexp rules, or block blocklisted regular expressions