24 Sep 2024 10:09 AM
Dear All,
I noticed that the entities corresponding to the tag rule for the KUBERNETES_NODE are not appearing on the entity host. What could be the reason for this? In this situation, it is necessary to establish an additional monitored entity rule for the hosts entity.
Regards,
Babar
Solved! Go to Solution.
24 Sep 2024 08:58 PM
Hello @Babar_Qayyum I use for HOSTS the following tagging rule:
type(HOST),toRelationships.isClusterOfHost(type(KUBERNETES_CLUSTER),entityName.in("XXXXXXXXXXX"))
and for K8's Nodes this one:
type(KUBERNETES_NODE),toRelationships.isClusterOfNode(type(KUBERNETES_CLUSTER),entityName.in("XXXXXXXX","YYYYYYY"))
Hope it helps!!!!
25 Sep 2024 05:10 AM
Thank you @DanielS
25 Sep 2024 02:28 PM
As highlighted by @DanielS it's achievable through entity selector.
and also through UI, it's available
You can also add more tagging rule based on the shown criteria "node or label"
Regards,
Peter.