You have applied a policy with a regex to the agent and the policy isn't working as expected
DLP 16.X
Windows Endpoints
The regex in question is too complex for the endpoint agent which will impact endpoint performance if it would run, the endpoint agent logs will show the below:
xx/xx/xxxx 13:08:48 | 8508 | SEVERE | MatcherCore.RegexDetection | Caught complexity error The complexity of matching the regular expression exceeded predefined bounds. Try refactoring the regular expression to make each choice made by the state machine unambiguous. This exception is thrown to prevent "eternal" matches that take an indefinite period time to locate. during match (check policy regex's for backtracking!!) regex <REGEX with Complexity concern will be displayed here> | C:\VontuDev\workDir\MatcherCore\MatcherCoreLib\BoostRegexMatcher.h(140)
Rework the regex and lessen the complexity, this will resolve the above error in the logs