Skip to content

Commit 02f9986

Browse files
authored
docs(logger): add FAQ for cross-account searches (#501)
1 parent b84aac5 commit 02f9986

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/core/logger.md

+6
Original file line numberDiff line numberDiff line change
@@ -1099,3 +1099,9 @@ Here's an example where we persist `payment_id` not `request_id`. Note that `pay
10991099
"payment_id": "123456789"
11001100
}
11011101
```
1102+
1103+
**How do I aggregate and search Powertools logs across accounts?**
1104+
1105+
As of now, ElasticSearch (ELK) or 3rd party solutions are best suited to this task.
1106+
1107+
Please see this discussion for more information: https://github.com/awslabs/aws-lambda-powertools-python/issues/460

0 commit comments

Comments
 (0)