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:
Close and save the file
Restart the elasticsearch and reopen kibana console
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