Hi ,
Is there any way to pass month name for timestamp field to query the data for a specific month ?
Like suppose I want to query some data for entire march month currently I am passing the timestamp in the following way:
"range": { "@timestamp": { "gte": 1551378600000, "lte": 1554056999999, "format": "epoch_millis" } }
Is there any other straight forward way to pass month name directly ?
Thanks
Niraj