-
Notifications
You must be signed in to change notification settings - Fork 36
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
"No handler found for uri /_plugins/_reports/on_demand" when running OpenSearch in Kubernetes #302
Comments
@opensearch-project/admin please help move this issue to dashboards-reporting. |
Are all of the plugins installed on the OpenSearch pods? This is a somewhat generic error that roughly equates "Reporting isn't installed", it's hard to debug without more information about the setup. |
Hi -- Same error, different setup. I'm doing the setup following DEVELOPER_GUIDE.md for OpenSearch, OpenSearch Dashboards, and dashboards-reporting, so I have the following checked out:
I then run OpenSearch with
And OpenSearch Dashboards with
From there, I'm able to use load sample weblog data at http://0.0.0.0:5603/xoy, and save a search. When I go to the "Reporting Menu" I have valid options for downloading a CSV: but when I try to do so I get this error in the Dashboards log:
So: is there something I should be doing different to get the reporting plugin to work when in a developer environment? Thanks! |
Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch-dashboards:v2.3.0
Describe the issue:
All OpenSearch pods are up and running:
But OpenSearch dashboards report generate is not working
When try to generate report we are seeing attached error screen and attached logs.
In pod we are seeing error like “no handler found for uri [/_plugins/_reports/on_demand” as below.
[“error”,“plugins”,“reportsDashboards”],“pid”:7,“message”:"Failed to generate report: no handler found for uri [/_plugins/_reports/on_demand]
We are just trying to understand is there any configuration missing while installing occne or open search.
Or is there any pre-request steps need to do before generating report.
even Create report definition also giving same kind of error.
Open Search dashboard pod logs.txt
The text was updated successfully, but these errors were encountered: