Solace/Jagger integration with Elasticsearch

We are getting below exception while connecting elk through Jagger, please help us to fix the issue.

HTTP Error: search services failed: elastic: Error 400 (Bad Request): all shards failed [type=search_phase_execution_exception]
Status 500
Status text Internal Server Error
URL /api/traces
Query end=1675845338040000&limit=20&lookback=1h&maxDuration&minDuration&service=OBP_262&start=1675841738040000
Response body {
"data": null,
"total": 0,
"limit": 0,
"offset": 0,
"errors": [
{
"code": 500,
"msg": "search services failed: elastic: Error 400 (Bad Request): all shards failed [type=search_phase_execution_exception]"
}
]
}
HTTP Error: search services failed: elastic: Error 400 (Bad Request): all shards failed [type=search_phase_execution_exception]
Status 500
Status text Internal Server Error
URL /api/services
Response body {
"data": null,
"total": 0,
"limit": 0,
"offset": 0,
"errors": [
{
"code": 500,
"msg": "search services failed: elastic: Error 400 (Bad Request): all shards failed [type=search_phase_execution_exception]"
}
]
}

What is the status of Elasticsearch? What do the Elasticsearch logs show?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.