# No data in Kibana results

**URL:** https://discuss.elastic.co/t/no-data-in-kibana-results/18409
**Category:** Elasticsearch
**Created:** [July 1, 2014, 8:13am UTC](https://discuss.elastic.co/t/no-data-in-kibana-results/18409 "2014-07-01T08:13:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![AK1](https://avatars.discourse-cdn.com/v4/letter/a/7c8e57/32.png) [@AK1](https://discuss.elastic.co/u/AK1)
#### Post date: [July 1, 2014, 8:13am UTC](https://discuss.elastic.co/t/no-data-in-kibana-results/18409/1 "2014-07-01T08:13:46Z")

</div>

Hi,  
I have the following flow  
RabbitMQ -\> \*Logstash \*(1.4.2) -\> \*Elastic \*(1.2.1) -\> \*Kibana \*(3.1.0)

Srv1: Ubuntu 12.04 Logstach & Rabbit  
Srv2: Ubuntu 12.04 Elastic  
Srv3: Kibana Windows 2008 (IIS7)

My logs are coming from Syslog, text file or rabbit, in all cases data can  
be found in elastic.  
The problem is with Kibana, I choose the default Logstash dashboard, but I  
don't see any results. This is not a configuration problem, because when I  
use the "Shakespeare" sample I see it in Kibana.

I don't know if this related to Logstash or Kibana, so I hope you can help  
me out.

_Elastic Search Data Sample_  
[http://10.0.0.1:9200/logstash-2014.06.30/\_search?pretty=true](http://10.0.0.1:9200/logstash-2014.06.30/_search?pretty=true)

level","severity\_label":"Notice"}  
}, {  
"\_index" : "logstash-2014.06.30",  
"\_type" : "logs",  
"\_id" : "L-dbgkKlSCCe\_j71hYWk0Q",  
"\_score" : 1.0,  
"\_source":{"message":"\<0\>Jun 30 14:59:33 192.168.194.1 ","@version":"1","@timestamp":"2014-06-30T12:02:48.716Z","host":"61.8.185.123","tags":["\_grokparsefailure"],"priority":13,"severity":5,"facility":1,"facility\_label":"user-level","severity\_label":"Notice"}  
} ]  
}

_Kibana Serach Sample (Last 2d results)_, If I change the timestamp to 2014-06-30T12:02:48.716Z  
format and send it to elastic directly, I get results.

curl -XGET '[http://54.76.169.64:9200/logstash-2014.07.01,logstash-2014.06.30/\_search?pretty](http://54.76.169.64:9200/logstash-2014.07.01,logstash-2014.06.30/_search?pretty)' -d '{  
"facets": {  
"0": {  
"date\_histogram": {  
"field": "@timestamp",  
"interval": "30m"  
},  
"global": true,  
"facet\_filter": {  
"fquery": {  
"query": {  
"filtered": {  
"query": {  
"query\_string": {  
"query": "\*"  
}  
},  
"filter": {  
"bool": {  
"must": [  
{  
"range": {  
"@timestamp": {  
"from": 1404029530056,  
"to": 1404202330056  
}  
}  
}  
]  
}  
}  
}  
}  
}  
}  
}  
},  
"size": 0  
}'

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/86582f4f-5246-4402-94c3-59898190aa6b%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/86582f4f-5246-4402-94c3-59898190aa6b%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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: [July 6, 2017, 1:18am UTC](https://discuss.elastic.co/t/no-data-in-kibana-results/18409/2 "2017-07-06T01:18:45Z")

</div>


