Indexing documents

i have created elasticsearch service on amazon s3
and have server on ec2
So want to create indexing on elasticsearch service using php from my ec2 server.
its just working fine on curl
bt not on php

i did sethosts endpoint of elasticsearch service
$client ClientBuilder::create()->setHosts([
// 'https://searchxxxxxxxxxxc3hyobm.ap-south-1.es.amazonaws.com'
// ])->build();
it says no cluster found!
bt didnt help!
Please Kindly help me !
sry for my bad english

You should probably ask on AWS mailing lists for that as their service is not supported by Elastic.

BTW did you look at https://www.elastic.co/cloud and https://aws.amazon.com/marketplace/pp/B01N6YCISK ?

Cloud by elastic is one way to have access to all features, all managed by us. Think about what is there yet like Security, Monitoring, Reporting, SQL, Canvas...

1 Like

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