Creating a -timestamp field

Hi

I need to display all 'documents' outstanding at a certain time every day (Say 1 pm everyday).

Can anyone please help on how I will be able to work out what the current date time is now.

Work it out where exactly?

I do not know what would be the best, to create a scripted field maybe? Or is there be another way?
(I am VERY new to Kibana)

How do you know when a document is outstanding?

Doc has a Creation date (2017/09/19 00:00:00) , and a status (Open / Released). - I have to display all the docs where the status hasn't been changed to "Released" by 2017/09/19 13:00:00.

So you want to show everything with that date and status not equal to Released.

Just create a filter with status not equal to Released and then use the time picker to set the exact time you want.

Thanks for your help, this unfortunately does not help me because i am already using the time picker to filter on a specific day.

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