Feature/output unique detection#209 (#225)

* checked contributors #141

- because RustyBlue code contributor(not hayabusa contributor) was mixed in hayabusa contributor

* changed yaml count name

* changed ruletype string #157

* fixed output of parse error #157

* fixed output

* added level unique detection output #209
This commit is contained in:
DustInDark
2021-11-24 21:15:43 +09:00
committed by GitHub
parent 015899bc51
commit b48f774b93
8 changed files with 57 additions and 36 deletions

View File

@@ -161,7 +161,7 @@ impl Message {
detect_count += detect_infos.len();
}
println!("");
println!("Events Detected:{:?}", detect_count);
println!("Total Events Detected:{:?}", detect_count);
}
pub fn iter(&self) -> &BTreeMap<DateTime<Utc>, Vec<DetectInfo>> {