Grafana integration question
Posted: Wed Jan 25, 2017 4:01 pm
Howdi guys,
I have a project that involves using Grafana with elasticsearch. I seem to have run into a hiccup.
Here is a link to Grafana's docs on the topichttp://docs.grafana.org/datasources/elasticsearch/.
Its reads:
but I cant find those lines in
Is there something im missing?
Thanks in advance!
I have a project that involves using Grafana with elasticsearch. I seem to have run into a hiccup.
Here is a link to Grafana's docs on the topichttp://docs.grafana.org/datasources/elasticsearch/.
Its reads:
Code: Select all
Direct access
If you select direct access you must update your Elasticsearch configuration to allow other domains to access Elasticsearch from the browser. You do this by specifying these to options in your elasticsearch.yml config file.
http.cors.enabled: true
http.cors.allow-origin: "*"
Code: Select all
/usr/local/nagioslogserver/elasticsearch/config/elasticsearch.ymlThanks in advance!