Creating an OpenSearch Pipeline
Create an OpenSearch pipeline to ingest log data into an OpenSearch cluster with Data Prepper.
Use the oci opensearch pipeline create command and required parameters to create a pipeline:
oci opensearch pipeline create --compartment-id compartment_id --data-prepper-configuration-body yaml --display-name display_name --subnet-id subnet_id --memory-gb memory_gb --node-count node_count --ocpu-count ocpu_count --pipeline-configuration-body yaml [OPTIONS]
data-prepper-configuration-body
is the data prepper configuration in YAML format. The command accepts the data prepper configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with ".".pipeline-configuration-body
is the pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with ".".For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the CreateOpensearchClusterPipeline operation to create a pipeline.