0

I am working with range query in ELK stack. Suppose I am retrieving records with GTE only, so will the resultant records time will be = the GTE date provided or >= the GTE date provided?

Ashish Singh
  • 399
  • 4
  • 11

1 Answers1

0

GTE = "Greater or Equal"

So the resulting records will be >= the provided date.

Val
  • 207,596
  • 13
  • 358
  • 360