We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed Grafana and ES. Both in a Docker.
When I try to save a Grafana dashboard I get this error in Chrome:
XMLHttpRequest cannot load http://192.168.59.103:9200/grafana-dash/dashboard/grafana. Method PUT is not allowed by Access-Control-Allow-Methods.
I added these configs to my elasticsearch.yml
http.cors.allow-origin: "*" http.cors.allow-methods: "OPTIONS, HEAD, GET, POST, PUT, DELETE"
Someone has any idea what I'm doing wrong? My apache where Grafana is running should also have correct headers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed Grafana and ES. Both in a Docker.
When I try to save a Grafana dashboard I get this error in Chrome:
I added these configs to my elasticsearch.yml
Someone has any idea what I'm doing wrong? My apache where Grafana is running should also have correct headers.
The text was updated successfully, but these errors were encountered: