Extensions
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

F5 Big IP exension filter virtual servers and pools

cjlugoa
Visitor

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

3 REPLIES 3

Mizső
DynaMight Guru
DynaMight Guru

Hi @cjlugoa,

Could you please try match. I thnik you can use it at F5 extension also.

OS services monitoring — Dynatrace Managed Docs

Mizs_0-1770717007734.png

I hope it helps.

Best regards,

János

Dynatrace Community RockStar 2024, Certified Dynatrace Professional

Correct, actually here is the docs reference for extensions in general - https://docs.dynatrace.com/docs/shortlink/snmp-extensions-reference#filters 

Dynatrace Ambassador | Alanata a.s., Slovakia, Dynatrace Master Partner

It worked using:

$contains(xyz)

on the filter parameters of the extension.

 

cjlugoa_1-1770831444059.png

 

Featured Posts