Hi,
I have been building OS monitoring KPIs for our agency. As part of this process we defined entities as below
itsi entity mgmt - index=indexname host=*controlm* | dedup host | eval entity_type=coalesce(entity_type, "controlm") | table host entity_type
it's listing the hosts that are associated to controlm agency. I am taking entity rule like below
Alias is host and matches *controlm* but why my KPIs are not automatically running against these hosts defined in entities?
You have imported your entities (I assume you check them in the entity management) and you have added them to your service. But you have also configured in your KPIs to split by host and take only entities which are for this service?