Grafana Proxy don't work with Elasticsearch

Hello folks,
i’m trying to use the grafana proxy with the Elasticsearch database, but it won’t work.
When I try to add the datasource error messages appear.

oke my mistake. It is described in the docs.

  1. add this to your elasticsearch.yml:
    "http.cors.enabled: true
    http.cors.allow-origin: "
    –> http://docs.grafana.org/features/datasources/elasticsearch/#browser-direct-access
  2. in the point “Access” of the database settings specify “browser”