SedonD
(Sedon Desser)
June 29, 2023, 1:08pm
1
Hi there,
I need some help to filter (Grok) the following, f.e.: [::ffff:88.88.88.88]:4262 ,...
this is a log snippet where I need to filter out the IP and port from the following formats...
"New request 366c89e6-9c94-4641-9261-af4c46c18b11 from [::ffff:88.88.88.88]:41496 "
Any help is welcome, THX
Br: SedonD
SedonD
(Sedon Desser)
June 29, 2023, 3:16pm
2
May be???:
%{GREEDYDATA:message} *%{IP:src_ip}]:%{INT:src_port}
SedonD
(Sedon Desser)
June 29, 2023, 5:26pm
3
gotcha
%{GREEDYDATA:message} \[::ffff:%{IPV4:src_ip}]:%{INT:src_port}
system
(system)
Closed
July 27, 2023, 7:27pm
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.