09 Nov 2022 10:58 AM - last edited on 15 May 2023 10:52 AM by Michal_Gebacki
Hi,
we have snmp extension V2 which is getting data from ~80 custom appliances.
I would like to create mgmt zones based on Device name.
This is query I used now - but nothing is returned.
Entities matching type("dt.entity.snmp:com_dynatrace_extension_snmp_generic_device"),entityName.contains("BE75E464184E5561")
For individual metric in data explorer it works.
Any tips how to define it ?
BR, Josef
Solved! Go to Solution.
09 Nov 2022 12:26 PM
Seems like you are querying the Dimension key instead entity Type.
Try with this:
type("snmp"),entityName("BE75E464184E5561")