You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified /etc/elasticsearch/elasticsearch.yml as below and restarted the elasticsearch.
http.cors.enabled: true
http.cors.allow-origin: "*"
http.cors.allow-headers: "X-Requested-With, Content-Type, Content-Length, Authorization"
I access the stand-alone web. for the same query, - SELECT * FROM test-2018-12-50:
if I update the right corner value to http://localhost:9200/, i got - Error occured! response is not avalible.
Dear Sir,
My ElasticSearch Version is v6.5.3.
I modified /etc/elasticsearch/elasticsearch.yml as below and restarted the elasticsearch.
http.cors.enabled: true
http.cors.allow-origin: "*"
http.cors.allow-headers: "X-Requested-With, Content-Type, Content-Length, Authorization"
I access the stand-alone web. for the same query, - SELECT * FROM test-2018-12-50:
if I update the right corner value to http://localhost:9200/, i got - Error occured! response is not avalible.
If I update the right corner value to http://localhost:9200, I got - Error: null
I also try to clone new lastest version and still not work.
git clone https://github.com/NLPchina/elasticsearch-site
cd elasticsearch-site/
./run.sh start
Please help me to fix this issue. thanks
Best Regards,
Linda
The text was updated successfully, but these errors were encountered: