-
Notifications
You must be signed in to change notification settings - Fork 186
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
Remove router Internal Error in server console #4650
Comments
I ran tests with Kibana 7.10.2 (ODFE) and Opensearch 2.3.0 without being able to reproduce the issue at will. The first time I started the Opensearch environment the error was thrown after logging in, but I couldn't replicate it after several tries. I couldn't find any relevant log, tests are still in progress. |
Related Kibana issue: |
According to the logs, the exception is thrown here: |
I didn't get to replicate the error. My test environments were:
|
I tried with the suggested environment and I could not replicate the problem. Test environment:
|
Here's a reference mentioning a possible template issue: And this is the PR that added the error control. It could provide some insight. |
It seems Opensearch logs an exception in the console when Wazuh plugin API returns a code In this case, the exception is produced when our plugin checks if Wazuh API is available, which is an expected possibility. So a possible solution to avoid the error in the console would be use a code I suggest to review Wazuh plugin API code errors to avoid using a generic Internal server error code |
Description
The server console log shows an
Internal Server Erro
r when the browser makes a request and fails.We need to make this error more readable.
Steps to reproduce
Screenshots
The text was updated successfully, but these errors were encountered: