AWS service for business events published by microservices

0

Is there an AWS service where microservices can log events(with flexible schema) like json documents but these can be queried. I want to publish events for business analysis and debugging.

已提問 1 年前檢視次數 185 次
1 個回答
0

Hi kuldeepiitg,

a typical approach is to centralize logs in special AWS account, and one way is outlined here: https://docs.aws.amazon.com/whitepapers/latest/microservices-on-aws/distributed-monitoring.html#centralizing-logs and https://docs.aws.amazon.com/solutions/latest/centralized-logging-on-aws/overview.html.

Depending on your workload, microservices (serverless or container based) have capability to have S3 and CloudWatch as target destination, often with streaming capabilities such as Kinesis Data Firehose. From there, to high performant search engines such as CloudWatch Insights, AWS OpenSearch/Kibana and/or Athena.

Hope it clarifies

profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南