Regular expressions in Trace Recording filters

When creating a Trace Recording in the Control Center it is mandatory to add at least one filter. This can be either a filter for the client identifier or a topic filter.

 

These filters are interpreted as regular expressions

What this means is that filters added here will not be interpreted as literal strings and should they include special characters can have different results than might have been expected.

Special characters in this sense include:

. , + , * , ? , ^ , $ , ( , ) , [ , ] , { , } , | , \