# Kibana query is always empty

**URL:** https://discuss.elastic.co/t/kibana-query-is-always-empty/83257
**Category:** Kibana
**Created:** [April 21, 2017, 9:53pm UTC](https://discuss.elastic.co/t/kibana-query-is-always-empty/83257 "2017-04-21T21:53:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![JoaquinS](https://avatars.discourse-cdn.com/v4/letter/j/f07891/32.png) [@JoaquinS](https://discuss.elastic.co/u/JoaquinS)
#### Post date: [April 21, 2017, 9:53pm UTC](https://discuss.elastic.co/t/kibana-query-is-always-empty/83257/1 "2017-04-21T21:53:44Z")

</div>

Hi,

I'm runing a query in Kibana but the result is always empty. I Tested the same query in ES and it works fine. Here are the queries:

Kibana query: `*`  
Kibana index: `p0f-*`

Elasticsearch query: `/p0f-*/_search?pretty=true&q=*:*`

This is an example of the result of the ES query:

```
{
            "_index" : "p0f-2017.04.17",
            "_type" : "p0f",
            "_id" : "AVuSbdlTx4ZGFebgoK2X",
            "_score" : 1.0,
            "_source" : {
              "app" : "???",
              "cli" : "192.168.xx.xx/36418",
              "product" : "p0f",
              "mod" : "http request",
              "params" : "none",
              "path" : "/var/log/p0f/p0f.log",
              "@timestamp" : "2017-04-17T15:36:25.000Z",
              "srv" : "108.175.xx.xx/80",
              "@version" : "1",
              "host" : "f6d67d2d69ea",
              "subj" : "cli",
              "lang" : "English",
              "timestamp" : "2017/04/17 15:36:25"
}

```

I set the search time to 5 years, and I don't know what else to do. Also tied with an other index and worked perfectly.

Regards,  
Joaquín Silva

---

<div class="post-metadata">

### Author: ![spalger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spalger/32/14092_2.png) [@spalger](https://discuss.elastic.co/u/spalger)
#### Post date: [April 24, 2017, 10:24pm UTC](https://discuss.elastic.co/t/kibana-query-is-always-empty/83257/2 "2017-04-24T22:24:19Z")

</div>

Did you use the `@timestamp` or the `timestamp` field as your date field? If you used the later elasticsearch might not be parsing that format correctly.

---

<div class="post-metadata">

### Author: ![JoaquinS](https://avatars.discourse-cdn.com/v4/letter/j/f07891/32.png) [@JoaquinS](https://discuss.elastic.co/u/JoaquinS)
#### Post date: [May 8, 2017, 5:55pm UTC](https://discuss.elastic.co/t/kibana-query-is-always-empty/83257/3 "2017-05-08T17:55:16Z")

</div>

It was a problem with the browser cookies. I deleted them and it worked.

---

<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 5, 2017, 6:05pm UTC](https://discuss.elastic.co/t/kibana-query-is-always-empty/83257/4 "2017-06-05T18:05:51Z")

</div>

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