Hi everyone
Basically, I have a CloudFormation Stack in AWS, which currently uses the AWS Lambda ElasticForwarder to POST CloudFormation logs into an Elasticsearch stream.
The messages are JSON dictionaries but they are not recognised as a JSON structure since they still appear as a string in the message field.
I wanted to change the configuration in AWS to detect "json_content_type", as shown in this link but no results.
Can some one help me out on how to properly configure the ElasticForwarder so that messages are sent as JSON into Elastic?
Thank you