-
I’d like to ingest logs from multiple resources into one index, to view them all in one dashboard. For example, i have 10 WAF rules, and i would like to ingest all logs from these 10 WAF rules into one index, to view them in one dashboard, without creating 10 pipelines. How to accomplish this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
By default, one pipeline only ingests logs from one resource into one index in OpenSearch. For several services, Centralized Logging with OpenSearch console provides “Manual” creation method to allow you ingest logs from multiple resources into one index. Here’s the list of supported services.
Follow the steps below to use “Manual” creation method.
Then the logs from these resources will be ingested into one single index, and you can view them in on single dashboard. You can also use CloudFormation stack to deploy the pipeline, just fill the S3 log location as the location you write all the logs into. |
Beta Was this translation helpful? Give feedback.
By default, one pipeline only ingests logs from one resource into one index in OpenSearch. For several services, Centralized Logging with OpenSearch console provides “Manual” creation method to allow you ingest logs from multiple resources into one index. Here’s the list of supported services.
Follow the steps below to use “Manual” creation method.