opensearch-project / data-prepper

Data Prepper is a component of the OpenSearch project that accepts, filters, transforms, enriches, and routes data at scale.
https://opensearch.org/docs/latest/clients/data-prepper/index/
Apache License 2.0
259 stars 191 forks source link

[BUG] bootstrap_servers is not configurable for Kafka Source in AWS #4081

Open a10pepo opened 8 months ago

a10pepo commented 8 months ago

Describe the bug Creating an opensearch pipeline in AWS is not possible using the following yaml:

`version: '2' kafka-pipeline: source: kafka: bootstrap_servers:

It returns an error with the following message:

"kafka.bootstrap_servers" is not configurable parameter for Amazon OpenSearch Ingestion pipelines using an aws kafka source: "$['log-pipeline']['source']['kafka']".

To Reproduce Steps to reproduce the behavior:

  1. Go to Opensearch Ingestion Pipelines
  2. Create a new pipeline
  3. Paste the yaml and validate
  4. See error

Expected behavior It should be valid and start a pipeline

Screenshots SCR-20240203-pozj

Environment (please complete the following information):

asifsmohammed commented 8 months ago

@a10pepo This is supported in Data Prepper but not in Amazon OpenSearch Ingestion pipelines. For questions related to Amazon OpenSearch Ingestion please open an AWS support case.