Hi All!
Can u help me with parsing log messages, for example:
`{"log":"{"timestamp":"2020-04-20T10:07:17.483Z","version":"1","message":"request","logger_name":"WebClientLoggingHandler","thread_name":"reactor-http-epoll-1","level":"INFO","level_value":20000,"encoder":"json","web_client_name":"web_client","channel":"[id: 06535668d2, L:/192.168.0.24:44822 - R:192.168.0.24/192.168.0.24:5000]","request":"POST /descriptors?limit=1nuser-agent: ReactorNetty/0.9.1.RELEASEnhost: 192.168.56.227:5000naccept: */*ntransfer-encoding: chunkednContent-Type: multipart/form-data;boundary=6IHmW9ukepQpx-4IocvaJfs33gyh_CrIpT9SO;charset=UTF-8n"}n","stream":"stdout","time":"2020-04-20T10:07:17.48329619Z"}`
I need parse this message to fields.
Tnx