Try ( Must contain regex "^logging "
And must not contain regex "^logging (?!10\.1\.1\.1\r*\n)"
)
In a must not contain rule. Parentheses are required to make them inclusive of each other.
Try ( Must contain regex "^logging "
And must not contain regex "^logging (?!10\.1\.1\.1\r*\n)"
)
In a must not contain rule. Parentheses are required to make them inclusive of each other.