Filter today's date in Kibana Search Bar

Hello ,

I'm trying to filter only today's date in kibana .
Example of data I use :

Number_of_customers ................................ update_date
55 ...................... ...................... ...................... 2019-02-18
22 ...................... ...................... ...................... 2019-02-19

I want to use a metric in kibana to display only '22' for the today's date.
In Kibana search bar ,I can use the following query : update_date: 2019-02-19
but then again , I have to change it everyday.
The query I'm looking to use is update_date: Now
whats the query to use?
I use Kibana 5.5

Cheers,

Could you try adding a filter where the value for update_date is between "now/d" and "now"?

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