Edit

Share via


Queries for the IlumioInsights table

For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.

Ilumio Insights multiple deny events

Display Ilumio Insights multiple deny events.

IlumioInsights
| where status == "DENIED"
| summarize count() by Port
| where count_> 40