27 Feb 2026 08:57 PM
01 Mar 2026 09:32 PM
You can define the os service rule at host level.
But in order to handle the config better with config as code you could modify your current rule to have a specific filter and watch for a property that only your active nodes will have, you can set such property as follows:
https://docs.dynatrace.com/docs/shortlink/linux-custom-installation#custom-host-metadata
02 Mar 2026 03:21 PM
Thanks for the clarification, Mark. However, I believe that approach applies more to static tagging. In a cluster environment, active and passive node statuses change dynamically; that is the fundamental nature of how a cluster operates. Consequently, the cluster itself is the only source that maintains real-time information on which node is currently active.
Currently , we are getting info from windows event log for node on which is active node... so if wondering if something can be done with logs and service status metric...or some other method.
02 Mar 2026 03:57 PM
If you are on SaaS:
If you are on managed same logic would apply, but since you do not have workflows a custom webhook/automation or extension would do the trick.
02 Mar 2026 04:44 PM
That is what we are doing, but wondering anything we can do in Dynatrace using DQL as we have all required data. What i was thinking , disable alert for the cluster monitoring (to avoid problem creation), then create custom anomaly detection rule, that will check dt.osservicea.vailability metric on the active nodes (that can be identified from logs) and create event when service status is in stopped state. To avoid cost for logs , we can convert logs into metric, so that when querying active node from metric data (logs converted into metric) is free of cost.
Featured Posts