[Discover][Oblt] Enable Attributes tab by default#224894
[Discover][Oblt] Enable Attributes tab by default#224894kpatticha merged 6 commits intoelastic:mainfrom
Conversation
davismcphee
left a comment
There was a problem hiding this comment.
Data Discovery changes LGTM, although if the attributes tab is no longer experimental, it's probably best to just move getDocViewer directly into the main o11y root profile. It's not really needed anymore since it was just to allow the attributes tab to remain disabled in prod while in development.
| extendProfileProvider(observabilityRootProfileProvider, { | ||
| profileId: 'observability-root-profile-with-attributes-tab', | ||
| isExperimental: true, | ||
| isExperimental: false, |
There was a problem hiding this comment.
| isExperimental: false, |
Nit: this can be dropped entirely.
Good point. As we're around FF I will merge this PR as it is and create a follow up to clean up |
⏳ Build in-progress, with failures
Failed CI StepsTest Failures
History
|
|
Starting backport for target branches: 8.19 https://github.com/elastic/kibana/actions/runs/15878022474 |
## Summary closes elastic#224883 (cherry picked from commit 0e932d0)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
… profile (#225610) close #225408 ## Summary Follow on #224894 (comment) Since the Attributes tab is now enabled by default, the separate observability-root-profile-with-attributes-tab profile is no longer needed. Moved getDocViewer into the main observability root profile to simplify the code. Functionality remains unchanged; this is a code cleanup.
… profile (elastic#225610) close elastic#225408 ## Summary Follow on elastic#224894 (comment) Since the Attributes tab is now enabled by default, the separate observability-root-profile-with-attributes-tab profile is no longer needed. Moved getDocViewer into the main observability root profile to simplify the code. Functionality remains unchanged; this is a code cleanup. (cherry picked from commit 55b1ef5)
… profile (elastic#225610) close elastic#225408 ## Summary Follow on elastic#224894 (comment) Since the Attributes tab is now enabled by default, the separate observability-root-profile-with-attributes-tab profile is no longer needed. Moved getDocViewer into the main observability root profile to simplify the code. Functionality remains unchanged; this is a code cleanup. (cherry picked from commit 55b1ef5)
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…y root profile (#225610) (#225858) # Backport This will backport the following commits from `main` to `9.1`: - [[Discover][Oblt] Move `getDocViewer` into the main observability root profile (#225610)](#225610) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Katerina","email":"aikaterini.patticha@elastic.co"},"sourceCommit":{"committedDate":"2025-06-30T13:56:19Z","message":"[Discover][Oblt] Move `getDocViewer` into the main observability root profile (#225610)\n\nclose https://github.com/elastic/kibana/issues/225408\n## Summary\n\nFollow on\nhttps://github.com//pull/224894#issuecomment-3004090408\n\nSince the Attributes tab is now enabled by default, the separate\nobservability-root-profile-with-attributes-tab profile is no longer\nneeded. Moved getDocViewer into the main observability root profile to\nsimplify the code.\n\nFunctionality remains unchanged; this is a code cleanup.","sha":"55b1ef515f12f5bc9516143ce51ec07e4ad679dd","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[Discover][Oblt] Move `getDocViewer` into the main observability root profile","number":225610,"url":"https://github.com/elastic/kibana/pull/225610","mergeCommit":{"message":"[Discover][Oblt] Move `getDocViewer` into the main observability root profile (#225610)\n\nclose https://github.com/elastic/kibana/issues/225408\n## Summary\n\nFollow on\nhttps://github.com//pull/224894#issuecomment-3004090408\n\nSince the Attributes tab is now enabled by default, the separate\nobservability-root-profile-with-attributes-tab profile is no longer\nneeded. Moved getDocViewer into the main observability root profile to\nsimplify the code.\n\nFunctionality remains unchanged; this is a code cleanup.","sha":"55b1ef515f12f5bc9516143ce51ec07e4ad679dd"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/225610","number":225610,"mergeCommit":{"message":"[Discover][Oblt] Move `getDocViewer` into the main observability root profile (#225610)\n\nclose https://github.com/elastic/kibana/issues/225408\n## Summary\n\nFollow on\nhttps://github.com//pull/224894#issuecomment-3004090408\n\nSince the Attributes tab is now enabled by default, the separate\nobservability-root-profile-with-attributes-tab profile is no longer\nneeded. Moved getDocViewer into the main observability root profile to\nsimplify the code.\n\nFunctionality remains unchanged; this is a code cleanup.","sha":"55b1ef515f12f5bc9516143ce51ec07e4ad679dd"}}]}] BACKPORT--> Co-authored-by: Katerina <aikaterini.patticha@elastic.co>
…ty root profile (#225610) (#225860) # Backport This will backport the following commits from `main` to `8.19`: - [[Discover][Oblt] Move `getDocViewer` into the main observability root profile (#225610)](#225610) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Katerina","email":"aikaterini.patticha@elastic.co"},"sourceCommit":{"committedDate":"2025-06-30T13:56:19Z","message":"[Discover][Oblt] Move `getDocViewer` into the main observability root profile (#225610)\n\nclose https://github.com/elastic/kibana/issues/225408\n## Summary\n\nFollow on\nhttps://github.com//pull/224894#issuecomment-3004090408\n\nSince the Attributes tab is now enabled by default, the separate\nobservability-root-profile-with-attributes-tab profile is no longer\nneeded. Moved getDocViewer into the main observability root profile to\nsimplify the code.\n\nFunctionality remains unchanged; this is a code cleanup.","sha":"55b1ef515f12f5bc9516143ce51ec07e4ad679dd","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[Discover][Oblt] Move `getDocViewer` into the main observability root profile","number":225610,"url":"https://github.com/elastic/kibana/pull/225610","mergeCommit":{"message":"[Discover][Oblt] Move `getDocViewer` into the main observability root profile (#225610)\n\nclose https://github.com/elastic/kibana/issues/225408\n## Summary\n\nFollow on\nhttps://github.com//pull/224894#issuecomment-3004090408\n\nSince the Attributes tab is now enabled by default, the separate\nobservability-root-profile-with-attributes-tab profile is no longer\nneeded. Moved getDocViewer into the main observability root profile to\nsimplify the code.\n\nFunctionality remains unchanged; this is a code cleanup.","sha":"55b1ef515f12f5bc9516143ce51ec07e4ad679dd"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/225858","number":225858,"state":"OPEN"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/225610","number":225610,"mergeCommit":{"message":"[Discover][Oblt] Move `getDocViewer` into the main observability root profile (#225610)\n\nclose https://github.com/elastic/kibana/issues/225408\n## Summary\n\nFollow on\nhttps://github.com//pull/224894#issuecomment-3004090408\n\nSince the Attributes tab is now enabled by default, the separate\nobservability-root-profile-with-attributes-tab profile is no longer\nneeded. Moved getDocViewer into the main observability root profile to\nsimplify the code.\n\nFunctionality remains unchanged; this is a code cleanup.","sha":"55b1ef515f12f5bc9516143ce51ec07e4ad679dd"}}]}] BACKPORT-->
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
8 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
closes #224883