Hi,
I am installing ELK in ubuntu 18.04 on GCP, with the curl -XGET 'localhost:9200" i am able get the output in SSH but when trying to access with the external ip with port 9200 i am not able to access it.
I am using,
elasticsearch version == 7.4.0
In elasticsearch.yml == network.host: 0.0.0.0
Can you please provide the output of below command from elasticsearch machine :
netstat -tunlp
Output of below command from browser machine:
telnet elasticsaerch_server_ip 9200
Thanks.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.