Robert
Robert

Reputation: 31

AWS Cloudwatch Agent config for sysmin log

I try to collect Sysmon logfiles with AWS CloudWatchAgent.

How do I need to specify the event_name section in the config?

I tried these

"event_name": "Microsoft-Windows-Sysmon"

then (most obvious)

"event_name": "Microsoft-Windows-Sysmon/Operational"

and this

"event_name": "Sysmon"

But nothing works ...

Thanks

Robert

Upvotes: 2

Views: 295

Answers (1)

Robert
Robert

Reputation: 31

"event_name": "Microsoft-Windows-Sysmon/Operational"

is correct.

Upvotes: 1

Related Questions