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. #1055

Open sb2k16 opened 5 days ago

sb2k16 commented 5 days ago

Describe the feature

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

Use Case

Provide an easy mechanism to ingest CloudWatch logs into OpenSearch using existing OpenSearch Ingestion functionality.

Proposed Solution

Our proposal is to use a single pipeline in OpenSearch Ingestion having a http source and an OpenSearch sink. Clients should be able to call the OpenSearch Ingestion endpoint and ingest cloudwatch logs which will subsequently be available for query in OpenSearch. architecture

Other Information

No response

Acknowledgements

Language

Typescript