- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Ensure that an AWS CloudTrail trail has global service events enabled.
Easily troubleshoot security issues for global services that aren’t region-specific.
By default, trail logs created in the CloudTrail console log global service events. For more information, see the About global service events docs.
Run aws cloudtrail describe-trails
Run update-trail
on any returned trail name above to include-global-service-events.
aws cloudtrail update-trail \
--name <INSERT-TRAIL-NAME> \
--include-global-service-events
NOTE: The trail must be located in us-east-1
region to include global service events. Enabling global service events automatically updates the trail to be multi-regional.