ELK Integration

I am trying to integrate elasticsearch with grafana to get some nice dashboards. I get 403 when I try the dashboard 878. This is what I did

Can some help me to troubleshoot please?

Sounds like an authentication problem. Do you have authentication set up for Elasticsearch?

Another thing to check is your settings for the data source - have you chosen the correct version?

Thanks for the reply @daniellee. I figured out what was the problem is

  • The graphite and elk are in different domain and elasticsearch was not configured to allow the cross domain (CORS).
  • I have enabled cors http.cors.enabled and allowed the domains http.cors.allow-origin in elasticsearch.yml. That fixed the problem :slight_smile:
1 Like