Load file from AWS S3 Bucket to ElasticSearch

I am new to Elasticsearch and i want load file from S3 to create index in elasticsearch.

In spark we used to write something like below
spark.read("s3 bucket path")

Need you help in loading file to ES using Kibana Dev console or with any other environment.
Note: Please suggest how to establish connection with S3 also.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.