Dear All,
I'm trying to parse a very specific Log, this log look like this:
pid user_name user_authentication client_host client_lib_ver
=== ========= =================== =========== ==============
510 dmadmin Password 0111APPT 5.3.0.622 SP6
378 dmadmin Password ADTS71 7.1.0450.0357
464 dmadmin Password ADTS71 7.1.0450.0357
410 dmadmin Trusted Client DCTMLS20 7.3.0030.0023
307 dmadmin Trusted Client DCTMLS20 7.3.0040.0025
432 Aodren LE Ticket 0112APPT 7.2.0000.0054
338 Aodren LE Ticket 0112APPT 7.2.0000.0054
688 Aodren LE Ticket 0112APPT 7.2.0000.0054
My question is: how can I parse in logstash with grok filter this kind of log? and is it possible?
Many thanks for your feed Back