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 年前

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

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

回答问题的准则