Integration AWS Cloudwatch logs with Postman

0

I would like to integrate AWS cloudwatch logs with Postman.

Problem Statment: If i hit any backend APIs thru postman, i would like to know the logs from AWS cloudwatch log. would it be from postman dirrectly or any tool available in the market?

Is there any tool i can use it to pull the logs as an when i encorunter any issues in API hit.

已提问 1 年前479 查看次数
1 回答
0

How about using CloudWatch Logs Insights to search for requests made from Postman?
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html

CloudWatch Logs Insights allows you to search only what you need from the logs output to CloudWatch Logs.

It is also possible to use CloudWatch metrics filters to register the number of errors in the metrics.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/MonitoringLogData.html

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则