We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We added server-side validation for UiSettings to cover cases when settings changed via API & kibana.yml config.
kibana.yml
kibana/src/core/types/ui_settings.ts
Line 82 in dd7531d
file_upload
kibana/x-pack/plugins/file_upload/server/plugin.ts
Line 43 in 81b4693
reporting
kibana/x-pack/plugins/reporting/server/plugin.ts
Line 65 in 6908fe7
Plugins should migrate to the server-side validation. The core should remove legacy client-side validation support.
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-platform (Team:Platform)
Sorry, something went wrong.
Note the regexString validation has been moved from the ml plugin to the file_upload plugin and is now in x-pack/plugins/file_upload/server/plugin.ts.
regexString
x-pack/plugins/file_upload/server/plugin.ts
@peteharverson thank you, I updated the issue description.
pgayvallet
Successfully merging a pull request may close this issue.
We added server-side validation for UiSettings to cover cases when settings changed via API &
kibana.yml
config.kibana/src/core/types/ui_settings.ts
Line 82 in dd7531d
I managed to find only two last plugins relying on the deprecated client-side validation:
file_upload
pluginkibana/x-pack/plugins/file_upload/server/plugin.ts
Line 43 in 81b4693
reporting
pluginkibana/x-pack/plugins/reporting/server/plugin.ts
Line 65 in 6908fe7
Plugins should migrate to the server-side validation.
The core should remove legacy client-side validation support.
The text was updated successfully, but these errors were encountered: