22 Aug 2023 02:20 PM - last edited on 30 Aug 2023 07:35 AM by MaciejNeumann
OS Services can read the Host tags same as process?
When create auto tags for Host will apply to process but why not OS services(Custom Devices)? this is not working from 1.265 onwards and don't see any development or workaround solution from Dynatrace.
As we want to pass those auto tags from host to custom device problems so that our ServiceNow will read them and will apply few rules like routing to right assign group\set priority & other stuff.
22 Aug 2023 09:54 PM
Hi @Srinivasu ,
for assigning auto tags to OS services, you can use tagging rule by entity selector for example the following entity selector will apply the tag to any os services, which are located on hosts having the tagX tag.
type(os:service),fromRelationships.runsOn(type(host),tag("tagX"))
I believe with such selectors you can easily tag the OS services related to hosts.
29 Aug 2023 11:59 AM
I want to bring the host name as tag in OS services. Is there anyway we can bring host name to OS services?
30 Aug 2023 12:52 PM
Applied the few tags from host to custom devices but those Auto Tags Intermittently Not Applying To OS Services.
Remain tags are good only issue with applying from Host Custom device.
Raised a support ticket lets see...