Hello everybody;
I create item eventlog(Security,,,4624) and preprocessing then regular expression create. New Logon:abcd. It is okey but i adding Source Network Address is not runnig;
Working regexp; https://regex101.com/r/1N1pOy/1 ; this regex for zabbix output \1\3 => New Logon:mcanbaz => it is working
Not working regexp; https://regex101.com/r/SjWti4/1 ; this regex for zabbix output \1\3\7 => New Logon:mcanbaz 192.168.0.10 => it is not working
I create item eventlog(Security,,,4624) and preprocessing then regular expression create. New Logon:abcd. It is okey but i adding Source Network Address is not runnig;
Working regexp; https://regex101.com/r/1N1pOy/1 ; this regex for zabbix output \1\3 => New Logon:mcanbaz => it is working
Not working regexp; https://regex101.com/r/SjWti4/1 ; this regex for zabbix output \1\3\7 => New Logon:mcanbaz 192.168.0.10 => it is not working
(.*\n+.*\n+.|[\r\n\w:\s-]+)Account Name:\s+((?i)\b(?!System)[a-zA-Z0-9]+)(.*\n+.*\n+.*\n+.*\n+.*\n+.*\n+.*\n+.*\n+.*\n+.* \n+)(Network Information
Comment