I was trying to look for data on my index pattern in "Discover". However, it returns no results.
I then looked for data on the same index pattern in "Dev Tools" and copied/pasted over the same Request, which returned to me hits for the query.
This is what I get for my response in "Discover":
{
"took": 147,
"timed_out": false,
"_shards": {
"total": 115,
"successful": 110,
"skipped": 8,
"failed": 5,
"failures": [
{
"shard": 4,
"index": "unifier-event-2022-01",
"node": "IPCLTjqqTpSmacdMHJChjQ",
"reason": {
"type": "illegal_argument_exception",
"reason": "Field [request.data.localDateTimeWithTimezone] of type [text] does not support custom formats"
}
}
]
},
"hits": {
"total": 5180,
"max_score": null,
"hits": []
},
"aggregations": {
"2": {
"buckets": [
{
"key_as_string": date,
"key": key,
"doc_count": 39
},
// ... Goes on,
]
}
}
}
Is there a way to return results in "Discover"?