aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.96k stars 2.1k forks source link

Add an example for ingesting CloudWatch logs into OpenSearch using OpenSearch Ingestion pipeline. #1056

Open sb2k16 opened 5 days ago

sb2k16 commented 5 days ago

Fixes #1055

The purpose of this pull request is to provide an example on how OpenSearch Ingestion Pipeline could be used to ingest CloudWatch logs into Opensearch using a CloudWatch Lambda subscription filter.

This example creates the following resources:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.