Pie charts visually display the distribution of results for each member of a group or severity. This approach makes it easy to identify the areas that need further analysis.
Select the following option on the Chart type menu to display a pie chart.
Viewing a pie chart
Hover over pieces of the chart to view event counts or click to view full details in the Console section.
See Viewlet display options to learn of customization options for viewlets.
Example
The following query generates the viewlet above. It is located in the Sample-OrderTracking repository.
jKQL > Get the number of events for the latest hour where severity > ‘WARNING’ group by location, severity order by severity show as piechart