[Logs] Restrict arrayOf size for logs sources field#251561
Merged
justinkambic merged 3 commits intoelastic:mainfrom Feb 4, 2026
Merged
Conversation
Contributor
|
Pinging @elastic/obs-exploration-team (Team:obs-exploration) |
…2/impose-max-limit-for-array-size-on-log-sources
weltenwort
approved these changes
Feb 4, 2026
Contributor
💚 Build Succeeded
Metrics [docs]
|
Contributor
|
Starting backport for target branches: 9.3 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 4, 2026
## Summary Update logs sources UI setting to impose a size limit. (cherry picked from commit 7e28a53)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Feb 4, 2026
…#251756) # Backport This will backport the following commits from `main` to `9.3`: - [[Logs] Restrict `arrayOf` size for logs sources field (#251561)](#251561) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Justin Kambic","email":"jk@elastic.co"},"sourceCommit":{"committedDate":"2026-02-04T20:03:02Z","message":"[Logs] Restrict `arrayOf` size for logs sources field (#251561)\n\n## Summary\n\nUpdate logs sources UI setting to impose a size limit.","sha":"7e28a531109e238cdac146198ba16a1b314464e2","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","Team:obs-exploration","v9.4.0","v9.3.1"],"title":"[Logs] Restrict `arrayOf` size for logs sources field","number":251561,"url":"https://github.com/elastic/kibana/pull/251561","mergeCommit":{"message":"[Logs] Restrict `arrayOf` size for logs sources field (#251561)\n\n## Summary\n\nUpdate logs sources UI setting to impose a size limit.","sha":"7e28a531109e238cdac146198ba16a1b314464e2"}},"sourceBranch":"main","suggestedTargetBranches":["9.3"],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/251561","number":251561,"mergeCommit":{"message":"[Logs] Restrict `arrayOf` size for logs sources field (#251561)\n\n## Summary\n\nUpdate logs sources UI setting to impose a size limit.","sha":"7e28a531109e238cdac146198ba16a1b314464e2"}},{"branch":"9.3","label":"v9.3.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Justin Kambic <jk@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update logs sources UI setting to impose a size limit.