AWS opensearch-service documentation change
Summary
Updated pipeline description to mention automatic index generation based on Kinesis stream name and date
Security assessment
The change describes a feature enhancement (automatic index creation) rather than addressing security concerns. No security-related configurations or vulnerabilities are mentioned in the diff.
Diff
diff --git a/opensearch-service/latest/developerguide/configure-client-kinesis.md b/opensearch-service/latest/developerguide/configure-client-kinesis.md index b7d9695aa..9884c534a 100644 --- a/opensearch-service/latest/developerguide/configure-client-kinesis.md +++ b/opensearch-service/latest/developerguide/configure-client-kinesis.md @@ -9 +9 @@ Connectivity to Amazon Kinesis Data StreamsStep 1: Configure the pipeline roleSt -You can use an OpenSearch Ingestion pipeline to stream data from Amazon Kinesis Data Streams to Amazon OpenSearch Service domains and OpenSearch Serverless collections. OpenSearch Ingestion supports both public and private network configurations for the streaming of data from Amazon Kinesis Data Streams to domains or collections managed by OpenSearch Service or OpenSearch Serverless. +You can use an OpenSearch Ingestion pipeline to stream data from Amazon Kinesis Data Streams to Amazon OpenSearch Service domains and OpenSearch Serverless collections. The pipeline pulls records from Amazon Kinesis and sends them to OpenSearch, and automatically generates indexes based on the stream name and current date.