How do I use AWS Cloudwatch Log Insights' replace function?
CodePudding user response:
The error message is pretty self-explanatory. The replace function expects an input of type string for the first argument. You provided a fieldname path which is not acceptable.

