In discover view, I click view surrounding document: I can see the document I clicked on, but nothing around it. I believe this is related to date_nanos field type in kibana
Getting the error on the right pane as shown below:
Request to Elasticsearch failed: {
"error": {
"root_cause": [{
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime."
}, {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime."
}, {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime."
}, {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime."
}, {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime."
}, {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime."
}, {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime."
}
],
"type": "search_phase_execution_exception",
"reason": "all shards failed",
"phase": "query",
"grouped": true,
"failed_shards": [{
"shard": 0,
"index": "someindex-000001",
"node": "cRSDEuywTT-6J9sR39_cMQ",
"reason": {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime.",
"caused_by": {
"type": "number_format_exception",
"reason": "For input string: "1571512375601432-07""
}
}
}, {
"shard": 0,
"index": "someindex2-000001",
"node": "cRSDEuywTT-6J9sR39_cMQ",
"reason": {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime.",
"caused_by": {
"type": "number_format_exception",
"reason": "For input string: "1571512375601432-07""
}
}
}, {
"shard": 0,
"index": "someindex3-000002",
"node": "cRSDEuywTT-6J9sR39_cMQ",
"reason": {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime.",
"caused_by": {
"type": "number_format_exception",
"reason": "For input string: "1571512375601432-07""
}
}
}, {
"shard": 0,
"index": "someindex4-000001",
"node": "cRSDEuywTT-6J9sR39_cMQ",
"reason": {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime.",
"caused_by": {
"type": "number_format_exception",
"reason": "For input string: "1571512375601432-07""
}
}
}, {
"shard": 0,
"index": "someindex6-000002",
"node": "cRSDEuywTT-6J9sR39_cMQ",
"reason": {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime.",
"caused_by": {
"type": "number_format_exception",
"reason": "For input string: "1571512375601432-07""
}
}
}, {
"shard": 0,
"index": "someindex5-000001",
"node": "cRSDEuywTT-6J9sR39_cMQ",
"reason": {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime.",
"caused_by": {
"type": "number_format_exception",
"reason": "For input string: "1571512375601432-07""
}
}
}, {
"shard": 0,
"index": "someindex7-000002",
"node": "cRSDEuywTT-6J9sR39_cMQ",
"reason": {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime.",
"caused_by": {
"type": "number_format_exception",
"reason": "For input string: "1571512375601432-07""
}
}
}
],
"caused_by": {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime.",
"caused_by": {
"type": "illegal_argument_exception",
"reason": "Failed to parse search_after value for field SourceTime.",
"caused_by": {
"type": "number_format_exception",
"reason": "For input string: "1571512375601432-07""
}
}
}
},
"status": 400
}
A new notification appears