You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an Organization trail, if you have account 000000000000 as your Org master, and say 111111111111 as another account, then your S3 bucket will contain:
Note that the 000000000000 account has two buckets dedicated to it. The first bucket (/AWSLogs/000000000000) is empty. The real logs are at /AWSLogs/o-123/000000000000. Looks like the code identifies the first bucket as being the one to make queries against, which it should use the one that is a child of the org key.
The text was updated successfully, but these errors were encountered:
In an Organization trail, if you have account 000000000000 as your Org master, and say 111111111111 as another account, then your S3 bucket will contain:
Note that the
000000000000
account has two buckets dedicated to it. The first bucket (/AWSLogs/000000000000
) is empty. The real logs are at/AWSLogs/o-123/000000000000
. Looks like the code identifies the first bucket as being the one to make queries against, which it should use the one that is a child of the org key.The text was updated successfully, but these errors were encountered: