Home > Software engineering >  AWS Cloudwatch Log Insights - replace string function
AWS Cloudwatch Log Insights - replace string function

Time:01-06

How do I use AWS Cloudwatch Log Insights' replace function?

The Query results

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.

  •  Tags:  
  • Related