Feature/change level option#250 (#259)

* fixed level option #250

* changed output
This commit is contained in:
DustInDark
2021-12-13 01:52:21 +09:00
committed by GitHub
parent f0722e38b7
commit 3fae98934b
5 changed files with 5 additions and 5 deletions

View File

@@ -181,7 +181,7 @@ impl Detection {
println!("{} alerts: {}", levellabel[i], value);
total_unique += value;
}
println!("Unique events detected: {}", total_unique);
println!("Unique alerts detected: {}", total_unique);
}
// 複数のイベントレコードに対して、ルールを1個実行します。