# Grafana can't see ES indexes

**URL:** https://discuss.elastic.co/t/grafana-cant-see-es-indexes/233170
**Category:** Elasticsearch
**Created:** [May 18, 2020, 5:50pm UTC](https://discuss.elastic.co/t/grafana-cant-see-es-indexes/233170 "2020-05-18T17:50:14Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Albert\_Aleksandrov](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/albert_aleksandrov/32/45742_2.png) [@Albert\_Aleksandrov](https://discuss.elastic.co/u/Albert_Aleksandrov)
#### Post date: [May 18, 2020, 5:50pm UTC](https://discuss.elastic.co/t/grafana-cant-see-es-indexes/233170/1 "2020-05-18T17:50:14Z")

</div>

Hi all!

Just started using Grafana + ES. I run ES in docker:

> docker run -d --name es -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" [docker.elastic.co/elasticsearch/elasticsearch:7.7.0](http://docker.elastic.co/elasticsearch/elasticsearch:7.7.0)

Then generated some data into index **recipes** that look like these:

> "hits": [  
> {  
> "\_index": "recipes",  
> "\_type": "salads",  
> "\_id": "8d\_JKHIBzym3yKfai79o",  
> "\_score": 1,  
> "\_source": {  
> "title": "-",  
> "submitter": "-",  
> "description": "-",  
> "calories": 0,  
> "ingredients": ,  
> "timestamp": 1589822195829  
> }  
> },  
> ....  
> ]

Then I registered created ES cluster in GRafana:

> {  
> "datasource": {  
> "id": 4,  
> "orgId": 1,  
> "name": "Elasticsearch",  
> "type": "elasticsearch",  
> "typeLogoUrl": "",  
> "access": "direct",  
> "url": "[http://localhost:9200](http://localhost:9200)",  
> "password": "",  
> "user": "",  
> "database": "recipes",  
> "basicAuth": false,  
> "basicAuthUser": "",  
> "basicAuthPassword": "",  
> "withCredentials": false,  
> "isDefault": true,  
> "jsonData": {  
> "esVersion": 77,  
> "logLevelField": "",  
> "logMessageField": "",  
> "maxConcurrentShardRequests": 256,  
> "timeField": "timestamp"  
> },  
> "secureJsonFields": {},  
> "version": 25,  
> "readOnly": false  
> },  
> "id": 4,  
> "message": "Datasource updated",  
> "name": "Elasticsearch"  
> }

Started a panel. After that I expected to see data that were in **recipe** index but I didn't.  
They must appear in panel, right?

In dev tools console I see only OPTION http requests:

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/2/2/22ab12c6bcadbb59f1ace35470c26b617b39daf6.png)

I'm trying to work out this issue all day long and this upsets me.

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [May 18, 2020, 11:03pm UTC](https://discuss.elastic.co/t/grafana-cant-see-es-indexes/233170/2 "2020-05-18T23:03:22Z")

</div>

Have you tried raising this on a grafana forum? I am not sure we have the knowledge to be able to troubleshoot this problem sorry.

---

<div class="post-metadata">

### Author: ![Albert\_Aleksandrov](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/albert_aleksandrov/32/45742_2.png) [@Albert\_Aleksandrov](https://discuss.elastic.co/u/Albert_Aleksandrov)
#### Post date: [May 19, 2020, 6:18am UTC](https://discuss.elastic.co/t/grafana-cant-see-es-indexes/233170/3 "2020-05-19T06:18:30Z")

</div>

Oh, you're right! My mistake. I was going to write this message in Grafana community.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 16, 2020, 6:18am UTC](https://discuss.elastic.co/t/grafana-cant-see-es-indexes/233170/4 "2020-06-16T06:18:39Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
