INSTALLATION DOCUMENTS BY RAVI

Sunday, March 11, 2018

Error: Could not contact Elasticsearch at http://localhost:9200. Please ensure that Elasticsearch is reachable from your system

Error: Could not contact Elasticsearch at http://172.16.10.53:9200. Please ensure that Elasticsearch is reachable from your system

Getting above error when we open Kibana console














Resolution:


Navigate to $ELASTICSEARCH_HOME/config



Open elasticsearch.yml and add lines below

script.disable_dynamic: true
http.cors.enabled: true
http.cors.allow-origin: "/.*/"























Close and save the file

Restart the elasticsearch and reopen kibana console











































No comments:

Post a Comment

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...