# How to search a text in a field with in a particular time range

**URL:** https://discuss.elastic.co/t/how-to-search-a-text-in-a-field-with-in-a-particular-time-range/133953
**Category:** Elasticsearch
**Created:** [May 30, 2018, 10:54pm UTC](https://discuss.elastic.co/t/how-to-search-a-text-in-a-field-with-in-a-particular-time-range/133953 "2018-05-30T22:54:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dubul](https://avatars.discourse-cdn.com/v4/letter/d/9f8e36/32.png) [@dubul](https://discuss.elastic.co/u/dubul)
#### Post date: [May 30, 2018, 10:54pm UTC](https://discuss.elastic.co/t/how-to-search-a-text-in-a-field-with-in-a-particular-time-range/133953/1 "2018-05-30T22:54:55Z")

</div>

I'm trying to run a job which runs every 30 minutes to query the elastic search index and matches the message field with particular text(eg: job ran failed) within the 30 min time range only. Is there any pre-built lucene query which is available to search a text and match only within the time range provided or is there any another API approach I could follow. I have tried different queries which seem to be providing responses from the whole index not particular to a time period.

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [May 31, 2018, 5:25am UTC](https://discuss.elastic.co/t/how-to-search-a-text-in-a-field-with-in-a-particular-time-range/133953/2 "2018-05-31T05:25:44Z")

</div>

A range query?  
Using now as part of the values.

[https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html#ranges-on-dates](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html#ranges-on-dates)

---

<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 28, 2018, 5:26am UTC](https://discuss.elastic.co/t/how-to-search-a-text-in-a-field-with-in-a-particular-time-range/133953/3 "2018-06-28T05:26:06Z")

</div>

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