canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
30 stars 37 forks source link

Group all event searches #856

Closed dosaboy closed 2 months ago

dosaboy commented 2 months ago

To avoid searching the same file more than once we now gather all searches from all events and executed all searches prior to executing event callbacks so that the results are shared with all and avoiding any repeated searches of the same file.

Also removes extraneous regex from some search patterns.

Related-To: #850