Need assistance on setting up elastic search in PROD like environment

Hi Team,

I am a .NET developer and completely fell in love with Elasticsearch
because of its performance.
I downloaded elastic search and posted 100K records to elastic search. I
used postman to query the data.

Now i am looking to use this rest api URL in another system. I tried
changing

  1. network.host to global i.e., network.host: global
  2. network.host to site i.e., network.host: site
  3. discovery.zen.ping.unicast.hosts to my system's ipaddress
    expecting these should be changed to make the rest api work in another
    systems.

I restarted elasticsearch service by making the above changes in
elasticsearch.yml file. But the service didn't start successfully and
nothing logged in the log file.

Could you please assist us on how to host elastic service (which I am able
to access using rest api service) which can be accessed from other systems
in the same and outside of the networks as well.

Thanks in advance.

Regards,

Vinay Kumar

1 Like

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