Hey, the problem is, that you are trying to search over all indices. One of those indices contains your kibana dashboards - which is just fine. However that index (named kibana-int) does not contain a timestamp field.
The most simple solution might be, to change your search to not search in that index or only include the indices you want to search in. --Alex On Tue, Apr 29, 2014 at 8:47 AM, HansPeterSloot <[email protected]>wrote: > Well I am using elasticsearch as a logstash repository. > > Can you give me a curl statement to check whether there are indexes > without @timestamp? > > Op maandag 28 april 2014 15:45:05 UTC+2 schreef Binh Ly: >> >> Is it possible that one of in the indexes you're querying against does >> not have the field @timestamp? >> > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/d5f858f8-5ab7-4b86-9c3d-bcb41647b548%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/d5f858f8-5ab7-4b86-9c3d-bcb41647b548%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAGCwEM_xzp7MC%3Dx7j68Qn%3Dma6gkHnDyPkX3q4YE0nnzD-ZDxUA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
