docs: note inline data source picker for AIOps and data drift (#6879) - #7543
Draft
florent-leborgne wants to merge 1 commit into
Draft
docs: note inline data source picker for AIOps and data drift (#6879)#7543florent-leborgne wants to merge 1 commit into
florent-leborgne wants to merge 1 commit into
Conversation
From 9.5 and in serverless, AIOps tools and the data drift view open directly on the analysis page with an inline data source picker in the page header, replacing the intermediate Select Data View step. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
Contributor
Contributor
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
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
This PR addresses #6879. Kibana #266672 removed the intermediate Select Data View page for AIOps tools and Data Visualizer pages, replacing it with an inline data source picker in the page header. Users now land directly on the analysis page and select or switch the data view (or saved Discover session) inline.
The docs never documented the intermediate page, breadcrumb level, or the
indexDataVisualizerPagedeep-link, so there was nothing to remove. The change is captured as a light, version-scoped addition where data source selection is described:explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-aiops.md: adds onestack: ga 9.5/serverless: gascoped sentence covering all three AIOps tools (Log rate analysis, Log pattern analysis, Change point detection), noting each opens directly on its analysis page with the picker in the page header.explore-analyze/machine-learning/machine-learning-in-kibana.md: adds the same scoped note to the Data drift section.Existing version-agnostic sentences ("you can select the data view or saved Discover session") are left untouched, since they remain accurate for earlier versions (cumulative docs model).
Scope notes
{{data-viz}}("Data Visualizer") is the feature/app name and is unchanged in navigation, so no substitution change was made.:::{tip}on the AIOps page to avoid stacking with the existing date-picker tip (consecutive admonitions aren't allowed).elastic/kibana): theMlDataSourcePickerstill renders inline in the page header and switches the data source without navigating to a separate page. No follow-up or revert PRs.Resolves
Closes #6879