No data in Kibana results

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

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' -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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/86582f4f-5246-4402-94c3-59898190aa6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.