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?
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.