Skip to main content

I need to create a query to export the results with the following criteria, but unsure how to write the query.

I want to list every end device by hostname (including all end devices fed by Windows event collectors, not reported as the WEC) and then all the event codes (unique) collected from that device in ascending order.

 

Can someone please point me in the right direction

Hi Mark,

Could this search query help you?

norm_id = winserver event_id = * host = *| chart count() by event_id, host order by event_id asc limit 1000

 

Best Regards,

Gustav


Reply