Kibana response is
{
"statusCode": 500,
"error": "Internal Server Error",
"message": "An internal server error occurred"
}
APM server returns 503 - Internal Server Error, Having hard time identifying the root cause. Is it ES queue is full or ran out of memory or cluster is not being setup correctly?
According to ES documentation: https://www.elastic.co/guide/en/apm/server/master/common-problems.html#queue-full
A full queue generally means that the agents collect more data than APM server is able to process. This might happen when APM Server is not configured properly for the size of your Elasticsearch cluster, or because your Elasticsearch cluster is underpowered or not configured properly for the given workload.
The queue can also fill up if Elasticsearch runs out of disk space.
Documentation doesn't help in identifying what could be the root cause. How do we identify the root cause?
Restarting Kibana and Elasticsearch helps but that does not help to identify the root cause
You can try to increase:
Please take a look on documentation: Tune APM Server
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With