How do I normalize the JSON response in the filebeat configuration
Summary The goal is to normalize the JSON response in the filebeat configuration, specifically the “message” field, to make it more readable and easier to parse. The current “message” field is a JSON string that needs to be parsed and transformed into a JSON object. Root Cause The root cause of this issue is that … Read more