cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Who rated this post

L4 Transporter

Hi @RichardAntrobus, thanks for reaching us using the Live Community.

 

Yes, that's possible, there is a dataset called "alerts" that contains all the tenant alerts from Low to Critical severities.

Here is an example to show only the critical, you can remove the "filter" stage to show all the alerts if you want.

 

dataset = alerts 
| filter severity = ENUM.CRITICAL 

 

If this post answers your question, please mark it as the solution.

 

JM

View solution in original post

Who rated this post