

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# Amazon OpenSearch Ingestion パイプラインの開始
<a name="pipeline--start"></a>

OpenSearch Ingeestion パイプラインを開始するときは、必ず、常に停止状態になっているパイプラインから始めます。このパイプラインは、容量制限、ネットワーク設定、ログ公開オプションなどの構成設定が維持されています。

パイプラインを再度開始するときは、数分かかります。

## コンソール
<a name="start-pipeline-console"></a>

**パイプラインを開始するには**

1. [https://console.aws.amazon.com/aos/osis/home](https://console.aws.amazon.com/aos/osis/home#osis/ingestion-pipelines) で Amazon OpenSearch Service コンソールにサインインします。Pipelines ページが表示されます。

1. パイプラインを選択します。このページから開始オペレーションを実行するか、開始するパイプラインの詳細ページに移動します。

1.  **[アクション]** で **[パイプラインを開始]** を選択します。

## AWS CLI
<a name="start-pipeline-cli"></a>

を使用してパイプラインを開始するには AWS CLI、以下のパラメータを指定して [start-pipeline](https://docs.aws.amazon.com/cli/latest/reference/osis/start-pipeline.html) コマンドを呼び出します。
+ `--pipeline-name` – パイプラインの名前。

**Example**  

```
aws osis start-pipeline --pipeline-name {{my-pipeline}}
```

## OpenSearch Ingestion API
<a name="start-pipeline-api"></a>

OpenSearch Ingestion API を使用して OpenSearch Ingestion パイプラインを開始するには、次のパラメータで [StartPipeline](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_osis_StartPipeline.html) オペレーションを呼び出します。
+ `PipelineName` – パイプラインの名前。