Feature/fix count() (#327)

This commit is contained in:
James Takai / hach1yon
2021-12-22 09:10:28 +09:00
committed by GitHub
parent 2e37e17300
commit ea685fb75a
5 changed files with 820 additions and 442 deletions
+1 -1
View File
@@ -170,6 +170,7 @@ impl App {
detection = self.analysis_file(evtx_file, detection);
pb.inc();
}
detection.add_aggcondition_msges(&self.rt);
after_fact();
}
@@ -236,7 +237,6 @@ impl App {
detection = detection.start(&self.rt, records_per_detect);
}
detection.add_aggcondition_msg();
tl.tm_stats_dsp_msg();
return detection;