[streams] enable streams ui setting#224111
Merged
klacabane merged 10 commits intoelastic:mainfrom Jun 19, 2025
Merged
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
|
@klacabane Is this ready for review? |
klacabane
commented
Jun 17, 2025
| settings.OBSERVABILITY_AI_ASSISTANT_SIMULATED_FUNCTION_CALLING, | ||
| settings.OBSERVABILITY_AI_ASSISTANT_SEARCH_CONNECTOR_INDEX_PATTERN, | ||
| settings.OBSERVABILITY_LOGS_DATA_ACCESS_LOG_SOURCES_ID, | ||
| settings.OBSERVABILITY_ENABLE_STREAMS_UI, |
Contributor
Author
There was a problem hiding this comment.
Settings allow list for serverless
sabarasaba
approved these changes
Jun 17, 2025
Member
sabarasaba
left a comment
There was a problem hiding this comment.
kibana management changes lgtm
kdelemme
approved these changes
Jun 17, 2025
| assets: assetService, | ||
| server: this.server, | ||
| telemetry: this.telemtryService.getClient(), | ||
| telemetry: this.telemetryService.getClient(), |
Dosant
approved these changes
Jun 17, 2025
Contributor
|
@klacabane What do you think about the suggestion I made here? |
dokmic
approved these changes
Jun 19, 2025
Contributor
⏳ Build in-progress
History
cc @klacabane |
Contributor
|
Starting backport for target branches: 8.19 https://github.com/elastic/kibana/actions/runs/15758193874 |
kibanamachine
added a commit
to kibanamachine/kibana
that referenced
this pull request
Jun 19, 2025
## Summary Add an advanced setting to enable streams UI. The setting is enabled by default for observability serverless deployment  ### Testing - `yarn start --serverless oblt` - streams UI is activated by default - do not forget to set `xpack.cloud.serverless.project_id: test-123` to have a proper serverless deployment - `yarn start` - streams UI is not activated by default --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 7f63d9d)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
7 tasks
kibanamachine
added a commit
that referenced
this pull request
Jun 19, 2025
# Backport This will backport the following commits from `main` to `8.19`: - [[streams] enable streams ui setting (#224111)](#224111) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Kevin Lacabane","email":"kevin.lacabane@elastic.co"},"sourceCommit":{"committedDate":"2025-06-19T12:45:36Z","message":"[streams] enable streams ui setting (#224111)\n\n## Summary\nAdd an advanced setting to enable streams UI. The setting is enabled by\ndefault for observability serverless deployment\n\n\n\n\n### Testing\n- `yarn start --serverless oblt` - streams UI is activated by default -\ndo not forget to set `xpack.cloud.serverless.project_id: test-123` to\nhave a proper serverless deployment\n- `yarn start` - streams UI is not activated by default\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"7f63d9d08d7c414fe04e7232d70e205cf903849b","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","ci:project-deploy-observability","Team:obs-ux-logs","backport:version","Feature:Streams","v9.1.0","v8.19.0"],"title":"[streams] enable streams ui setting","number":224111,"url":"https://github.com/elastic/kibana/pull/224111","mergeCommit":{"message":"[streams] enable streams ui setting (#224111)\n\n## Summary\nAdd an advanced setting to enable streams UI. The setting is enabled by\ndefault for observability serverless deployment\n\n\n\n\n### Testing\n- `yarn start --serverless oblt` - streams UI is activated by default -\ndo not forget to set `xpack.cloud.serverless.project_id: test-123` to\nhave a proper serverless deployment\n- `yarn start` - streams UI is not activated by default\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"7f63d9d08d7c414fe04e7232d70e205cf903849b"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/224111","number":224111,"mergeCommit":{"message":"[streams] enable streams ui setting (#224111)\n\n## Summary\nAdd an advanced setting to enable streams UI. The setting is enabled by\ndefault for observability serverless deployment\n\n\n\n\n### Testing\n- `yarn start --serverless oblt` - streams UI is activated by default -\ndo not forget to set `xpack.cloud.serverless.project_id: test-123` to\nhave a proper serverless deployment\n- `yarn start` - streams UI is not activated by default\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"7f63d9d08d7c414fe04e7232d70e205cf903849b"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Kevin Lacabane <kevin.lacabane@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
Add an advanced setting to enable streams UI. The setting is enabled by default for observability serverless deployment
Testing
yarn start --serverless oblt- streams UI is activated by default - do not forget to setxpack.cloud.serverless.project_id: test-123to have a proper serverless deploymentyarn start- streams UI is not activated by default