-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Infra Monitoring UI] use observable to watch for config changes #140996
Comments
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
Some notes before I start implementing (tomorrow): Then there are two places to update, the Kibana core deep links and the Observability sidebar links. For the Kibana core deep links, we can add an For the Observability side bar links, that register flow already uses an Observable that we today source from the start services but we can merge that stream with the UI settings to create new "sections" each time that setting (or the start services) change. |
* [Infra] Make nav react to Hosts view enabled flag changing (#140996) * Move comment to more relevant location Co-authored-by: Kibana Machine <[email protected]>
…42477) * [Infra] Make nav react to Hosts view enabled flag changing (elastic#140996) * Move comment to more relevant location Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit d60acf8)
…142585) * [Infra] Make nav react to Hosts view enabled flag changing (#140996) * Move comment to more relevant location Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit d60acf8) Co-authored-by: Milton Hultgren <[email protected]>
…42477) * [Infra] Make nav react to Hosts view enabled flag changing (elastic#140996) * Move comment to more relevant location Co-authored-by: Kibana Machine <[email protected]>
…42477) * [Infra] Make nav react to Hosts view enabled flag changing (elastic#140996) * Move comment to more relevant location Co-authored-by: Kibana Machine <[email protected]>
As part of #140766, @miltonhultgren pointed out we could use an observable so when a user changes a setting, they don't have to refresh the app. Eg: https://github.com/elastic/kibana/blob/main/x-pack/plugins/security_solution/public/plugin.tsx#L491-L494
The text was updated successfully, but these errors were encountered: