1 Which is the best way to alert before our volume license violates ?
Any specifics appreciated
Keep the alert running and check every 5 mins for that.
| rest /services/licenser/pools | where title= "auto_generated_pool_enterprise" | eval GB=used_bytes/1024/1024/1024 | table title,GB | where GB > your_License_limit
Thanks