Modify the management zone filter item
parent
5d2c978aa8
commit
cdbebb8b43
|
|
@ -2,18 +2,22 @@ resource "dynatrace_management_zone" "CD_mobile_vehicledata" {
|
||||||
name = "CD_mobile_vehicledata"
|
name = "CD_mobile_vehicledata"
|
||||||
entity_selector_based_rule {
|
entity_selector_based_rule {
|
||||||
enabled = true
|
enabled = true
|
||||||
selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:mobile20-VC\",\"compass-id:vehicle-service\",\"Environment:PROD\")"
|
selector = "type(PROCESS_GROUP_INSTANCE),tag(\"compass-id:mobile20-VC\",\"compass-id:vehicle-service\")"
|
||||||
|
selector = "type(PROCESS_GROUP_INSTANCE),tag(\"Environment:PROD\")"
|
||||||
}
|
}
|
||||||
entity_selector_based_rule {
|
entity_selector_based_rule {
|
||||||
enabled = true
|
enabled = true
|
||||||
selector = "type(HOST),tag(\"compass-id:mobile20-VC\",\"compass-id:vehicle-service\",\"Environment:PROD\")"
|
selector = "type(HOST),tag(\"compass-id:mobile20-VC\",\"compass-id:vehicle-service\")"
|
||||||
|
selector = "type(HOST),tag(\"Environment:PROD\")"
|
||||||
}
|
}
|
||||||
entity_selector_based_rule {
|
entity_selector_based_rule {
|
||||||
enabled = true
|
enabled = true
|
||||||
selector = "type(Service),tag(\"compass-id:mobile20-VC\",\"compass-id:vehicle-service\",\"Environment:PROD\")"
|
selector = "type(Service),tag(\"compass-id:mobile20-VC\",\"compass-id:vehicle-service\")"
|
||||||
|
selector = "type(Service),tag(\"Environment:PROD\")"
|
||||||
}
|
}
|
||||||
entity_selector_based_rule {
|
entity_selector_based_rule {
|
||||||
enabled = true
|
enabled = true
|
||||||
selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:mobile20-VC\",\"compass-id:vehicle-service\",\"Environment:PROD\"))"
|
selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"compass-id:mobile20-VC\",\"compass-id:vehicle-service\"))"
|
||||||
|
selector = "type(SERVICE),databaseName.exists(),toRelationship.calls(type(SERVICE),tag(\"Environment:PROD\"))"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue