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.