Kibana Lucene time query

Hi,

I only want to do a query about the data from the last minute.
What is the query syntax for time if you use Canvas --> Elasticsearch Raw documents --> Lucene queries?

@Robin020 Something like this should work:

@timestamp:[now-1m TO now]

For more info, check out the sections on ranges and date math in the docs.

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