Configure S3 Datasource in Opensearch Dashboard

Describe the issue:
I am running Opensearch and Opensearch Dashboard in local using Docker compose.
I want to configure Amazon S3 bucket as Datasource in Opensearch Dashboard.
Dashboard → Management → Data sources.

The default option given was “Connect to Amazon S3 via AWS Glue Data Catalog with Amazon EMR as an execution engine”.
Is there any way by which I do not need to configure the EMR and can still use S3 bucket as Datasource in Opensearch Dashboard?

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
OpenSearch - 2.12.0
OS - Manjaro
Kernel: 6.6.26-1-MANJARO

Configuration:
Opensearch and Dashboard running on local using docker compose

Relevant Logs or Screenshots:

@soundarya122 The Data Source plugin requires AWS Glue to query data in the S3 bucket.
You can try to ingest data from a S3 bucket with Data Perepper or Logstash into OpenSearch. With ingest you won’t need to configure or use AWS Glue.

Hi @pablo ,
I will try to use Data Perepper or Logstash.
If stuck somewhere, will message you for help.
Thanks for the response. :smiley: