Add hint for hidden AE data sources in legacy viz data source selectors - #12470
Add hint for hidden AE data sources in legacy viz data source selectors#12470yubonluo wants to merge 2 commits into
Conversation
Signed-off-by: yubo luo <yubonluo@amazon.com>
PR Reviewer Guide 🔍(Review updated until commit 8154e72)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 8154e72 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 8154e72
Suggestions up to commit 53b2c3c
|
✅ All unit and integration tests passing
|
Signed-off-by: yubo luo <yubonluo@amazon.com>
|
Persistent review updated to latest commit 8154e72 |
1 similar comment
|
Persistent review updated to latest commit 8154e72 |
Description
Legacy visualization types (Visualize/aggregation-based, TSVB, Controls, and VisBuilder) only support DSL queries. Index patterns and data sources backed by Optimized engine (AnalyticEngine type) data sources are therefore filtered out of their data source / index pattern selectors. Today this filtering is silent — users with only Optimized engine sources see an empty or shortened list with no explanation, which looks like a bug.
This PR surfaces a short, contextual note wherever such sources are hidden, telling the user why they don't appear. The note is shown only when Optimized engine sources actually exist and were hidden, so users without any such sources see no change.
Issues Resolved
Screenshot
Testing the changes
Check List
yarn test:jestyarn test:jest_integration