Amazon OpenSearch Ingestion パイプラインの開始 - Amazon OpenSearch Service

Amazon OpenSearch Ingestion パイプラインの開始

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

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

パイプラインを開始するには
  1. Amazon OpenSearch Service コンソール (https://console.aws.amazon.com/aos/home) にサインインします。

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

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

AWS CLI を使用してパイプラインを停止するときは、次のパラメータで start-pipeline コマンドを呼び出します。

  • --pipeline-name – パイプラインの名前。

aws osis start-pipeline --pipeline-name my-pipeline

OpenSearch Ingestion API を使用して OpenSearch Ingestion パイプラインを開始するには、次のパラメータで StartPipeline オペレーションを呼び出します。

  • PipelineName – パイプラインの名前。