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

Entity selector to tag the type(SERVICE) for a particular OpenShift cluster

Babar_Qayyum
DynaMight Guru
DynaMight Guru

Dear All,

What is the procedure for assigning a tag to the SERVICE type associated with a specific OpenShift cluster?

 

 I attempted the following actions, but was unsuccessful.

type(SERVICE),fromRelationships.isServiceOf(type(CLOUD_APPLICATION),toRelationships.isClusterOfService(type(KUBERNETES_CLUSTER),entityName.equals("XYZ")))

Regards,

Babar

2 REPLIES 2

PacoPorro
Dynatrace Leader
Dynatrace Leader

Maybe you can do it in 2 steps.

  • Tag services with their openshift cluster
  • Use that tag in the entity selector

Hello @PacoPorro 

Thank you for your comments.

This may serve as an alternative solution to meet the specified requirement.

Regards,

Babar

Featured Posts