09 Feb 2026 05:53 PM
Hello, can anyone help me with the correct pattern to filter virtual servers and pools on the f5 bigip extension?
I've trien * but it doesn't work in any case like:
*/Common/app1*
/Common/app1*
*app1*
etc
Solved! Go to Solution.
10 Feb 2026 09:51 AM
Hi @cjlugoa,
Could you please try match. I thnik you can use it at F5 extension also.
OS services monitoring — Dynatrace Managed Docs
I hope it helps.
Best regards,
János
10 Feb 2026 07:20 PM
Correct, actually here is the docs reference for extensions in general - https://docs.dynatrace.com/docs/shortlink/snmp-extensions-reference#filters
11 Feb 2026 05:09 PM - edited 11 Feb 2026 05:37 PM
It worked using:
$contains(xyz)
on the filter parameters of the extension.
Featured Posts