-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GS] Feature results provider #72680
Comments
Pinging @elastic/kibana-core-ui (Team:Core UI) |
Pinging @elastic/kibana-platform (Team:Platform) |
I updated the original description to include mappings of in-app features that might be useful to return as part of Kibana's navigational search. This is basically a manual mapping of what's available today in 7.x and would love some feedback from the different teams responsible for these areas. When we're ready to start working on this one, I think a good next step will be to engage with the different solution and management teams to make sure this is a good starting point. |
While it doesn't belong to a specific category, I think it would be useful to add the Home page as well (I'll add to the description) |
To answer the "where should we capture this data" question, I think it makes sense at this point to consolidate the feature catalog registry with app registration. They're intrinsically linked and it would allow the application GS provider to use the same data source for both sets of items. One tricky aspect is that for applications like Stack Management and Dev Tools which allow other plugins to register sections dynamically, not all sub-features will be known at core.application.register({
id: 'management',
features$, // management plugin would update this as new management apps are registered
async mount() { ... },
}); The ApplicationService's Later, we can adapt the feature directory page to use this data as well and then do away with the old feature catalog registry. The feature catalog registry has confused many a Kibana developer, so that seems like an additional win to me. |
Adding to that, @alexfrancoeur has been pushing for removal of the directory page altogether. It is no longer up to date, for one, and there are suspicions that it is used infrequently. We need to confirm, but that is likely the direction we are headed with that page. |
Josh to investigate what data we have in FeatureCatalogue and if it meets requirements for this feature |
@alexfrancoeur +1 on this enhancement from the observability perspective. |
Dropping a thought for us to discuss once this work is picked up... This issues covers a lot of items, all with great potential. That said, we will only be able to tackle a subset of these items for 7.11. Perhaps the Looking forward to chatting further. |
@ryankeairns Take a look at #83380 and let me know what you think. I've added a generic option where plugins can register new 'subLinks' for their application which will automatically be picked up by search. I decided against using the feature catalog/directory data since it is mostly out of date anyway and would require more work to integrate with the existing app results. Seemed to make sense to just build the 'ideal' pattern separately and then work on integrating the apps with it. It should be fairly trivial for apps to now add new locations into search with this pattern. In this initial PR I've already integrated the Stack Management sections with search and things seem to be working nicely. |
That makes sense to me. @ryankeairns one thing we discussed earlier is that we can remove the |
I think it's safe to remove the link, yeah. Between what we have now and what will come from the Stack Management sub links... I don't see anything else very useful in the directory list. |
++ agreed, is that a change your team could make? Or should we just couple with @joshdover's PR? |
Kibana Design can remove it. I'll create an issue and open a PR. |
With the initial work in place in #83380 and Stack Management already integrated in that PR, these are the remaining areas that need to integrate with this feature. This should be quite simple and in most cases should be just a matter of adding a EDIT: I've opened separate issues for these teams linked to this issue below.
Ideally, we'd like to get this all in for 7.11. In theory, this should be very simple. If I can be of any assistance please do let me know. |
❤️ thanks Josh! @tbragin @hmnichols - if we're able to add support across solutions, we can quickly navigate to sub-links within solution applications. Making discoverability and MTTR that much faster. For example, with Observability, that means |
@joshdover This is awesome! Great work man! Full transparency though: ES UI doesn't have the capacity to work on this for 7.11. But we can budget time for it in 7.12. |
@joshdover with FF around the corner and the short week this week, are the plans still to add support for other applications in the next release? |
@alexfrancoeur I think links in other apps will have to be delayed. I just spent some time looking at what it would take to add it to a few apps myself and it's actually a bit more work than I was thinking. The main reason is that we need to make sure to keep the deep links in sync with the actual routing code which would require reorganizing code in several plugins to make sure the route paths & translate labels are the same. This reorganization needs to be done carefully so that we don't end up pulling in a lot of code into the main plugin bundles. Luckily we got one of the most useful ones in for 7.11: Stack Management. I think I will close this an open a new issue for each team to add their appropriate deep links as listed in the top of this issue. Does that work for you? |
I've opened issues for the individual teams that need to integrate with this feature. Closing this! |
Woo! |
Building off of the work done with #65222 and #65633 I'd like to track the need to add search results that are one level deeper than applications.
We have a number of features that fall under larger applications that I believe should be easily accessible through search. Some examples include
Index Management
. When searching forManagement
, I believe you will only see the overarching stack management application and not any of the features related to it. The same could be said for our Security solution for example. Maybe a user wants to navigate directly toCases
?We currently have a feature directory that's main purpose today is to populate the home page. There are a number of features missing, but as @cqliu1 suggested, we could potentially repurpose this to provide more granular search results for some of the larger applications with key features associated with them.
Feature mapping
Below you’ll find an initial stab at features that may be beneficial to return as part of the Kibana’s new navigational search.
Global
Kibana
Enterprise Search
Observability
Overview
Logs
Metrics
APM
Uptime
Security
Overview
Detections
Hosts
Network
Timelines
Cases
Administration
Management
Dev tools
Ingest Manager
Stack Monitoring
Stack Management
Open questions
The text was updated successfully, but these errors were encountered: