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 réponse
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
EXPERT
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions