How to get current datetime in KQL

I need to create the following KQL query:

{SearchBoxQuery} ManagedProperty1 > DateTime.Now

What should I write instead of DateTime.Now?

.

I had searched a lot for an answer in Bing and here before I posted this question.

Any Idea?


June 15th, 2014 7:49am

I solved it:

I had to use the keyword {Today}

{SearchBoxQuery} ManagedProperty1>{Today}

Notice that it's important to not have a space near the > character.

Free Windows Admin Tool Kit Click here and download it now
June 16th, 2014 10:22am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics