-
I’d like to collect service logs from multiple regions into the region that i deployed Centralized Logging with OpenSearch console in. I can only list the services in current region when creating a service pipeline, how to ingest logs from other regions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We define the region that the services belongs in as “source region”. And define the region that you deployed the Centralized Logging with OpenSearch console in as “logging region”. For CloudTrail, you can create a new trail which send logs into a S3 bucket that in the logging region. Please refer to Creating a trail document to create a new trail. Then you can find the CloudTrail in the list. For services whose log location is S3, you can manually transfer logs to logging region S3 bucket, and use Manual Creation Method to ingest logs from source regions. You can follow the steps below to complete cross-region logs ingestion.
Then you can use the OpenSearch dashboard to discover logs and view dashboards. |
Beta Was this translation helpful? Give feedback.
We define the region that the services belongs in as “source region”. And define the region that you deployed the Centralized Logging with OpenSearch console in as “logging region”.
For CloudTrail, you can create a new trail which send logs into a S3 bucket that in the logging region. Please refer to Creating a trail document to create a new trail. Then you can find the CloudTrail in the list.
For services whose log location is S3, you can manually transfer logs to logging region S3 bucket, and use Manual Creation Method to ingest logs from source regions.
You can follow the steps below to complete cross-region logs ingestion.