on
08 Nov 2023
02:26 PM
- edited on
24 Feb 2025
04:10 PM
by
HannahM
It can be helpful to view information from the F5 Extension within the context of a Management zone. For example, seeing the F5 instances on a Host in a Management zone. This article provides steps to set this up.
Although the instructions here are for the F5 BIG-IP extension, the same logic applies for other extensions, like Oracle DB.
F5 BIG-IP Extension in Dynatrace HUB
To have all the F5 BIG-IP Extension data (POOLs, instances, Virtual servers, interfaces, etc) visible in a Management zone:
type(CUSTOM_DEVICE),tag(“key”)
All the above rules are required to work properly in order to view all the entities and its metrics.
For only adding a subset of the F5 BIG-IP entities to a management zone. For example, only the POOL details are relevant to a specific Management zone. Add the following rules:
type(f5:pool)
DIMENSION 'dt.metrics.source' equals 'com.dynatrace.extension.f5'
If the instructions do not provide the information as expected, please open an in-product chat and explain the your objective and the steps you have already taken
Hello chiranjitdutta.
Thank you very much for your post, it is quite handy when using F5 extension.
A small comment though. Dimensional rule for metrics I think should be either:
equals -> com.dynatrace.extension.f5.bigip or
begins with -> com.dynatrace.extension.f5
That is because some metrics are not assigned to a monitored entity and will not be captured from steps 1 and 2.
Again, nice work!