-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AI Assistant]: Compile list of troubleshooting topics #3675
Comments
Something to consider adding to the troubleshooting docs: "Unexpected API Error: ECONNABORTED - timeout of 60000ms exceeded" error when using a proxy for egress connectionProblem: The proxy is buffering the response, resulting in a timeout. Solution: Configure your proxy to support streaming. The proxy needs to be configured to allow + pass through chunked responses instead of buffering them until the response completes. Explanation: Elastic uses streaming to make sure the request doesn’t time out, but if the proxy buffers the streamed chunks, the request may still time out on the Kibana side. some other things we might want to note: The timeout threshold Kibana can accept is hard-coded to 60s (confirm this before documenting) |
Problem: The user has been rate-limited by the LLM service Solution: The user needs to retry after the timeout period. Optionally, the user can increase the rate limit (but this is something the user would do with the LLM provider, not something Elastic would directly do) Example: In Elastic's Eden Demo environment, we can easily hit 80k tokens/min (per @LucaWintergerst ). The below error was returned when using the assistant through the API.
|
@eedugon Just wanted you to be aware that I created this issue earlier in the year to capture ideas for AI Assistant troubleshooting info. Didn't get off the ground because I got pulled into other things, but might be worth taking a look to see if there's still a need to document this info. |
Description
We can help users who run into common problems by documenting them. This issue is meant to track potential problems that we might want to document as troubleshooting info at some point.
Please add a comment to this issue if you want to add something as a candidate for troubleshooting docs.
Resources
TBD
Which documentation set does this change impact?
Stateful and Serverless
Feature differences
None?
What release is this request related to?
N/A
Collaboration model
The documentation team
The text was updated successfully, but these errors were encountered: