-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add Kibana Reporting diagnostics #676
Comments
Replaces: elastic/kibana#151033 |
@tsullivan quick mentioning I believe historically this repo attempted to avoid POST requests ( right, @pickypg ?); is there a way to poll this endpoint as GET? |
Correct, we don't support any |
I believe this endpoint doesn't need to be a POST. I have filed elastic/kibana#171698 to have the endpoint changed to GET. |
@pickypg the endpoint has been changed to GET, for 8.16.0+. What would our next steps be on this issue? cc @elastic/appex-sharedux |
It seems like the only thing necessary to make the request work is to call it with the |
You could add that, if it is consistent with other calls from the diagnostic tool However, I was able to get the response with that header and without it from an 8.16.0-SNAPSHOT deployment running in Docker using this command Both of these work:
Response:
|
Reporting has a self-service diagnostic tool in Stack Management > Reporting.
From the docs:
We should have this Reporting Diagnostic get pulled as part of the general Kibana diagnostic. It would help speed up discovery and timelines for the Support team.
The text was updated successfully, but these errors were encountered: