Elasticsearch and Kibana not working in browser

Both working fine when checked using terminal but not connecting in browser.
Both shows: This site can’t be reached

Kishore,

Sounds like you can curl both and get a good response but when you try to connect through your browser your getting the error? Could you possibly post your elasticsearch.yml and kibana.yml files?

cluster.name: my-cluster
node.name: node-1
network.host: 101.53.137.59
xpack.ssl.keystore.path: /etc/elasticsearch/__serchgf_io.jks
xpack.ssl.keystore.password: mypass!234
xpack.security.http.ssl.enabled: true
http.port: 3193
http.cors.enabled : true
xpack.security.enabled: true 
#xpack.security.audit.enabled: true 
http.cors.allow-origin : "*"
http.cors.allow-methods : OPTIONS, HEAD, GET, POST, PUT, DELETE
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type, Content-Length, Authorization
http.host:192.168.1.130


server.host: "epika.serchgf.io"
elasticsearch.url: "https://epika.serchgf.io:3193/"
elasticsearch.username: "myuser"
elasticsearch.password: "mypass"

anyone?

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