I'm looking for some guidance and ideas here. I'm looking at a deployment with close to 5 million total endpoints and it's going to surpass that shortly. I want to build out some endpoint purge policies, and the concept is simple enough, but I'm facing a bit of a pickle.
I can't see a way to dynamically exclude endpoints that are statically assigned to identity groups. I can add every identity group used for statically assigning endpoints, but if someone creates a new one, it's likely they will forget that there is a purge policy that will catch it. Is there any option to build a purge exclusion expression to catch statically assigned endpoints? Additionally, is there any way we can exclude endpoints that have a description entered?
I was thinking of appending a common identifier to all the identity groups used for static assignment and modifying all the mab policies. It still doesn't fix other admins mistakenly creating identity groups without this tag, but at least I could create a single exclusion rule based on "contains xxxx".
Any alternatives?