-
Notifications
You must be signed in to change notification settings - Fork 17
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
failed to capture cluster diagnostic #54
Comments
It seems the timeout is 1 minute when grabbing Kibana diag.
Not very sure if it's a pure timeout issue yet, but given it's hard to tweak timeout value as of now, due to it's not exposed as parameter. Or alternatively maybe we can use 5 minutes by default, but make it tuneable + default a bit longer may be better, based on the situation. |
These are timeouts that are defaulted in the stack diagnostics tool not in which are read from the class path so I think we would have to either rebuild the support-diagnostics tool with different settings or inject a different configuration file into the JVM class path. The other question is maybe: do we have hope that if we would wait longer the Kibana Diagnostics extraction would have been successful? |
I'm not sure about the Kibana diagnostics part but we attempted an ES diagnostics (same API mode) and it was successful. |
Tried to capture an ECK diags - the command succeeded and we got the tar ball but it seems cluster diagnostic failed (the ECK dump part was correctly captured).
In
eck-diagnostic-errors.txt
in
eck-diagnostics.log
in kibana
diagnostics.log
Is there any other flag that we need to specify apart from
-o -r
?The text was updated successfully, but these errors were encountered: