Skip to content

Commit

Permalink
chg: output channel/event_id/computer when agg/correlation result
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jul 9, 2024
1 parent ff28335 commit 932674d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detections/rule/count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub fn countup(
STORED_EKEY_ALIAS.read().unwrap().as_ref().unwrap(),
)
.unwrap();
let event_id = event_id.to_string();
let event_id = event_id.to_string().trim_matches('\"').to_string();
let computer = utils::get_event_value(
"Event.System.Computer",
record,
Expand Down

0 comments on commit 932674d

Please sign in to comment.