From 1c3d134f0c40f53de3365bf3da9bb1ed5af0428e Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 2 Jul 2021 14:19:58 +0200 Subject: [PATCH] docs(logger): add FAQ for cross-account searches --- docs/core/logger.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/core/logger.md b/docs/core/logger.md index 45119ca51d6..43d367e171b 100644 --- a/docs/core/logger.md +++ b/docs/core/logger.md @@ -1099,3 +1099,9 @@ Here's an example where we persist `payment_id` not `request_id`. Note that `pay "payment_id": "123456789" } ``` + +**How do I aggregate and search Powertools logs across accounts?** + +As of now, ElasticSearch (ELK) or 3rd party solutions are best suited to this task. + +Please see this discussion for more information: https://github.com/awslabs/aws-lambda-powertools-python/issues/460