Skip to content

[chore] Apply maxSize constraints to input schema.#259403

Merged
clintandrewhall merged 6 commits intoelastic:mainfrom
clintandrewhall:chore/max-size
Mar 25, 2026
Merged

[chore] Apply maxSize constraints to input schema.#259403
clintandrewhall merged 6 commits intoelastic:mainfrom
clintandrewhall:chore/max-size

Conversation

@clintandrewhall
Copy link
Copy Markdown
Contributor

@clintandrewhall clintandrewhall commented Mar 24, 2026

Summary

As titled. Applies maxSize constraints on input schema, and suppresses warnings on output schema.

@clintandrewhall clintandrewhall requested a review from a team as a code owner March 24, 2026 15:32
@clintandrewhall clintandrewhall added review release_note:skip Skip the PR/issue when compiling release notes backport:all-open Backport to all branches that could still receive a release v9.4.0 labels Mar 24, 2026
@elastic-vault-github-plugin-prod elastic-vault-github-plugin-prod bot requested a review from a team as a code owner March 24, 2026 15:59
Copy link
Copy Markdown
Contributor

@Dosant Dosant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM,
src/core/server/integration_tests/ci_checks/saved_objects/check_registered_types.test.ts should auto-revert now

@clintandrewhall clintandrewhall merged commit da5e8b3 into elastic:main Mar 25, 2026
11 checks passed
@clintandrewhall clintandrewhall deleted the chore/max-size branch March 25, 2026 15:32
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.19, 9.2, 9.3

https://github.com/elastic/kibana/actions/runs/23549415250

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Mar 25, 2026
## Summary

As titled. Applies `maxSize` constraints on input schema, and suppresses
warnings on output schema.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit da5e8b3)
@kibanamachine
Copy link
Copy Markdown
Contributor

💔 Some backports could not be created

Status Branch Result
8.19 Backport failed because of merge conflicts
9.2 Backport failed because of merge conflicts

You might need to backport the following PRs to 9.2:
- [Osquery] Add Scout API tests for saved queries, packs, and response actions (#258534)
- [Security Solution] Fix enable/disable action for rules with non-migrated lastRun.outcomeMsg (#258105)
- [Fleet] Improvements in enrollment settings API (#259385)
- [APM] Add kibana.alert.grouping to latency threshold alerts (#254904)
- Fix @elastic/eui/require-aria-label-for-modals violations across kibana-data-discovery files (#259315)
9.3

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 259403

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Mar 25, 2026
…259604)

# Backport

This will backport the following commits from `main` to `9.3`:
- [[chore] Apply `maxSize` constraints to input schema.
(#259403)](#259403)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Clint Andrew
Hall","email":"clint.hall@elastic.co"},"sourceCommit":{"committedDate":"2026-03-25T15:32:36Z","message":"[chore]
Apply `maxSize` constraints to input schema. (#259403)\n\n##
Summary\n\nAs titled. Applies `maxSize` constraints on input schema, and
suppresses\nwarnings on output schema.\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"da5e8b3f6b85b01922b82c2fe023ba43ca6e0f42","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["review","release_note:skip","backport:all-open","v9.4.0"],"title":"[chore]
Apply `maxSize` constraints to input
schema.","number":259403,"url":"https://github.com/elastic/kibana/pull/259403","mergeCommit":{"message":"[chore]
Apply `maxSize` constraints to input schema. (#259403)\n\n##
Summary\n\nAs titled. Applies `maxSize` constraints on input schema, and
suppresses\nwarnings on output schema.\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"da5e8b3f6b85b01922b82c2fe023ba43ca6e0f42"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/259403","number":259403,"mergeCommit":{"message":"[chore]
Apply `maxSize` constraints to input schema. (#259403)\n\n##
Summary\n\nAs titled. Applies `maxSize` constraints on input schema, and
suppresses\nwarnings on output schema.\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"da5e8b3f6b85b01922b82c2fe023ba43ca6e0f42"}}]}]
BACKPORT-->

Co-authored-by: Clint Andrew Hall <clint.hall@elastic.co>
Bamieh pushed a commit that referenced this pull request Mar 25, 2026
## Summary

As titled. Applies `maxSize` constraints on input schema, and suppresses
warnings on output schema.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
jeramysoucy pushed a commit to jeramysoucy/kibana that referenced this pull request Mar 26, 2026
## Summary

As titled. Applies `maxSize` constraints on input schema, and suppresses
warnings on output schema.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
jeramysoucy pushed a commit to jeramysoucy/kibana that referenced this pull request Apr 1, 2026
## Summary

As titled. Applies `maxSize` constraints on input schema, and suppresses
warnings on output schema.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
paulinashakirova pushed a commit to paulinashakirova/kibana that referenced this pull request Apr 2, 2026
## Summary

As titled. Applies `maxSize` constraints on input schema, and suppresses
warnings on output schema.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes review v9.3.3 v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants