Remove JSON formatting?

FileBeat reads JSON logfile and sends logs to Elasticsearch, but in Kibana discover (selected field full_log) events are visually unreadable, because of JSON formatting.

Is there any idea please, how to remove JSON formating from full_log in Kibana, or for example, replace "," with space?

What I have:
{"win":{"system":{"providerName":"Microsoft-Windows-SoftwareRestrictionPolicies","providerGuid":"{7d29d58a-931a-40ac-8743-48c733045548}","eventID":"865","version":"0","level":"3","task":"0","opcode":"0","keywords":"0x8000000000000000","systemTime":"2020-06-12T08:49:47.443489400Z","eventRecordID":"4061","processID":"8596","threadID":"6032","channel":"Application","computer":"TEST10","severityValue":"WARNING","message":""Access to C:\Users\rabbit\Desktop\putty.exe has been restricted by your Administrator by the default software restriction policy level.""},"path":{"attemptedPath":"C:\\Users\\rabbit\\Desktop\\putty.exe"}}}

What I wish:
win: system: providerName: Microsoft-Windows-SoftwareRestrictionPolicies providerGuid: {7d29d58a-931a-40ac-8743-48c733045548} eventID: 865 version: 0 level: 3 task: 0 opcode: 0 keywords: 0x8000000000000000 systemTime: 2020-06-12T08:49:47.443489400Z eventRecordID: 4061 processID: 8596 threadID: 6032 channel: Application computer: TEST10 severityValue: WARNING message: "Access to C:\Users\rabbit\Desktop\putty.exe has been restricted by your Administrator by the default software restriction policy level." path: attemptedPath: C:\Users\rabbit\Desktop\putty.exe

Thank you!

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