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.

gefragt vor einem Jahr479 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen