Chrome extension does not give option to create query
Closed this issue · 6 comments
AbdullahAli commented
farhan687 commented
Does it also happen with pre loaded queries ?
AbdullahAli commented
farhan687 commented
You can use 'disconnect button' on the right side top corner and edit it over there.
and one more thing
Did you change your elasticsearch config file?
For example it should be something like this:
http.port: 9200
http.cors.allow-origin: "*"
http.cors.enabled: true
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type, Content-Length, Authorization
http.cors.allow-credentials: true
AbdullahAli commented
good shout (possibly the same issue as #13)
just to confirm, I added what you suggested without the indentations (as this breaks it):
http.port: 9200
http.cors.allow-origin: "*"
http.cors.enabled: true
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type, Content-Length, Authorization
http.cors.allow-credentials: true
siddharthlatest commented
@AbdullahAli And, do you still see it?
AbdullahAli commented
@siddharthlatest oh sorry I wasnt more clear
no, adding what @farhan687 suggested works 👍
I do not see the issue anymore