I am trying to capture privileged logins to Windows 10. I am using items constructed thus:
item Name-- LogEvent 4672
type -- Zabbix agent(active)
key -- eventlog[Security, Information,,4672,,all]
trigger name -- {HOST.NAME}Event 4672
expression -- {MSEBCADMSMB001:eventlog[Security,,Information,,5672,,all].last()}=4672
I do not get any action when I login to that computer as a privileged user.
Logs tell me that I have an unsupported item key.
Probably an error in syntax for the item.
Please help.
item Name-- LogEvent 4672
type -- Zabbix agent(active)
key -- eventlog[Security, Information,,4672,,all]
trigger name -- {HOST.NAME}Event 4672
expression -- {MSEBCADMSMB001:eventlog[Security,,Information,,5672,,all].last()}=4672
I do not get any action when I login to that computer as a privileged user.
Logs tell me that I have an unsupported item key.
Probably an error in syntax for the item.
Please help.
Comment