Closed boatmisser closed 4 years ago
Is it possible to send log data to cloudwatch raw; i.e. not as a JSON record?
E.g. Cloudwatch message look like: 2020-09-24 10:12:45 INFO - Hello World" Instead of: {"message:"2020-09-24 10:12:45 INFO - Hello World"}
2020-09-24 10:12:45 INFO - Hello World"
{"message:"2020-09-24 10:12:45 INFO - Hello World"}
@boatmisser this issue was automatically closed because it did not follow the issue template.
Question
Is it possible to send log data to cloudwatch raw; i.e. not as a JSON record?
E.g. Cloudwatch message look like:
2020-09-24 10:12:45 INFO - Hello World"
Instead of:{"message:"2020-09-24 10:12:45 INFO - Hello World"}