You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[core$](./kibana-plugin-core-server.statusservicesetup.core_.md)| <code>Observable<CoreStatus></code> | Current status for all Core services. |
75
+
|[dependencies$](./kibana-plugin-core-server.statusservicesetup.dependencies_.md)| <code>Observable<Record<string, ServiceStatus>></code> | Current status for all plugins this plugin depends on. Each key of the <code>Record</code> is a plugin id. |
76
+
|[derivedStatus$](./kibana-plugin-core-server.statusservicesetup.derivedstatus_.md)| <code>Observable<ServiceStatus></code> | The status of this plugin as derived from its dependencies. |
20
77
|[overall$](./kibana-plugin-core-server.statusservicesetup.overall_.md)| <code>Observable<ServiceStatus></code> | Overall system status for all of Kibana. |
21
78
79
+
## Methods
80
+
81
+
| Method | Description |
82
+
| --- | --- |
83
+
|[set(status$)](./kibana-plugin-core-server.statusservicesetup.set.md)| Allows a plugin to specify a custom status dependent on its own criteria. Completely overrides the default inherited status. |
See the [StatusServiceSetup.derivedStatus$](./kibana-plugin-core-server.statusservicesetup.derivedstatus_.md) API for leveraging the default status calculation that is provided by Core.
0 commit comments