OpenSearch Ingestion Pipeline

OpenSearch Ingestion Pipeline in AWS is a managed service that lets you build and run data ingestion pipelines for Amazon OpenSearch Service. It enables you to collect, transform, and route streaming data from various sources into OpenSearch domains for search, analytics, and visualization. The service handles scaling, reliability, and integration with AWS data sources, reducing the need for custom ingestion infrastructure.

aws.osis_pipeline

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
buffer_optionscorejsonOptions that specify the configuration of a persistent buffer. To configure how OpenSearch Ingestion encrypts this data, set the EncryptionAtRestOptions. For more information, see Persistent buffering.
created_atcoretimestampThe date and time when the pipeline was created.
destinationscorejsonDestinations to which the pipeline writes data.
encryption_at_rest_optionscorejsonOptions to control how OpenSearch encrypts buffer data.
ingest_endpoint_urlscorearray<string>The ingestion endpoints for the pipeline, which you can send data to.
last_updated_atcoretimestampThe date and time when the pipeline was last updated.
log_publishing_optionscorejsonKey-value pairs that represent log publishing settings.
max_unitscoreint64The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
min_unitscoreint64The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
pipeline_arncorestringThe Amazon Resource Name (ARN) of the pipeline.
pipeline_configuration_bodycorestringThe Data Prepper pipeline configuration in YAML format.
pipeline_namecorestringThe name of the pipeline.
service_vpc_endpointscorejsonA list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.
statuscorestringThe current status of the pipeline.
status_reasoncorejsonThe reason for the current status of the pipeline.
tagscorehstore
vpc_endpoint_servicecorestringThe VPC endpoint service name for the pipeline.
vpc_endpointscorejsonThe VPC interface endpoints that have access to the pipeline.