Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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:

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