You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this should mask selected segments that contains : but it masks everything.
If I do match-pattern="=" it works as expected.
Another examples that does not work (they mask everything): match-pattern="[^a-z¦-]+" match-pattern="\x3A"
Is there any subset of regular expression that it's allowed to use here ?
Thanks
The text was updated successfully, but these errors were encountered:
I don't believe the buildpack is consuming that file, it's just being passed through to the AppDynamics agent. You would need to ask the vendor what they support in that configuration file.
I don't believe the buildpack is consuming that file, it's just being passed through to the AppDynamics agent. You would need to ask the vendor what they support in that configuration file.
Hi,
I'm trying to use match-pattern - regex but it does not work properly.
E.g.:
this should mask selected segments that contains
:
but it masks everything.If I do
match-pattern="="
it works as expected.Another examples that does not work (they mask everything):
match-pattern="[^a-z¦-]+"
match-pattern="\x3A"
Is there any subset of regular expression that it's allowed to use here ?
Thanks
The text was updated successfully, but these errors were encountered: