* fixed event timeline frequency font color changed when use f option #542 * fixed duplicate count detection to same record in data reduction #543 * fixed error #542 * fixed fmt * fixed error * changed no frequency timeline output when events is less than 5 record. * Error message update * added newline after progress bar * fixed frequency timeline logic to pass test * cargo fmt * Added CHANGELOG #533 #538 #525 * changelog update * updated readme #533 #538 * readme update * startup logo update Co-authored-by: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com>
This commit is contained in:
@@ -467,6 +467,7 @@ impl App {
|
||||
total_records += cnt_tmp;
|
||||
pb.inc();
|
||||
}
|
||||
println!();
|
||||
detection.add_aggcondition_msges(&self.rt);
|
||||
if !(*STATISTICS_FLAG || *LOGONSUMMARY_FLAG || *PIVOT_KEYWORD_LIST_FLAG) {
|
||||
after_fact(total_records);
|
||||
|
||||
Reference in New Issue
Block a user