Merge pull request #55 from YamatoSecurity/feature/append_emit_data

Feat: output detected rule's title
This commit is contained in:
nishikawaakira
2020-12-25 11:32:56 +09:00
committed by GitHub
3 changed files with 51 additions and 22 deletions

View File

@@ -44,6 +44,7 @@ impl Detection {
message.insert(
event_record,
rule.yaml["title"].as_str().unwrap_or("").to_string(),
rule.yaml["output"].as_str().unwrap_or("").to_string(),
)
});