Logstash filtering

In my logstash every second logs will update, In a field name "message" consists group of data like

'2023-08-01T21:11:54 <local.info> web.site.com IncomingMax1[123] 2023-08-01 11:10:54,123 INFO 987654321 Message.py 12 Incoming Message:'
'<nl John'
'<nl 672-222-2222'
'<nl NC'
'<nl USA'

I would like to create each word to suitable new fields like

Field1( Customer name) : John
Field2(Mobile Number) : 686444444
Field3(State): NC
Field4(country): USA

please help , thanks in advance

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.