-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Rollups][ES-UI] No Error Message Shown for when Rollup Matches All Indices #63270
Comments
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
I think the regression here is that we are no longer surfacing the error caused_by reason from ES in the callout description, which provides a little more context about the error. I remember running into a related bug when testing the client NP migration PR, but I thought it was resolved. Related comment: #53503 (comment). |
I am still running into this confusing error message on master, it seems like we should validate that the rollup pattern matches all indices before allowing the user to create a rollup. |
Thanks for raising this again @wylieconlon.
👍 Note the issue with the confusing error message is related to #84801. |
Rollups was deprecated in 8.11 and therefore we will not be prioritizing enhancements or bugfixes. |
Environment:
OS: Windows and Mac
Browsers: All
Version: 7.7 BC5
Steps to Reproduce
1.) Create a new rollup
2.) Do not select any options for pages 3-5
3.) Review rollup and click save on the last page.
Expected Result
Rollup is created and you are navigated to the rollups page with the new rollup in the table.
Actual Result
Error:
Request failed with a 400 error. [x_content_parse_exception] Failed to build [xpack/rollup/jobconfig] after last required field arrived
No extra logging in the console.
Screenshot
The text was updated successfully, but these errors were encountered: