Not able to filter the elasticsearch data based on dates. Not able to correctly figure out how to use "gt", "gte" in the URI to fetch Elasticsearch data.
localhost:9200/index/date:{"gte":2019-01-01 00:00:00}
Need to fetch all the docs that have date > 2019-01-01 00:00:00.