mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Removed `isServerless` flag which lived in our global context and had to be passed about to the various components which create their own version of the context using `getMlGlobalServices` This PR adds a new context which contains flags for all of the features which can be toggled when in serverless mode. Flags added: ``` showNodeInfo showMLNavMenu showLicenseInfo isADEnabled isDFAEnabled isNLPEnabled ``` The enabled features flags are now read from the config file client side, rather than using capabilities. Additional changes: - Changes the wording of the awaiting ML node callout in serverless. - In the search project, the default ML page is the trained models list and not Overview - Reenables the Memory Usage page for all projects --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
annotation_service | ||
bucket_span_estimator | ||
calculate_model_memory_limit | ||
calendar | ||
data_frame_analytics | ||
data_recognizer | ||
data_visualizer | ||
fields_service | ||
filter | ||
job_audit_messages | ||
job_service | ||
job_validation | ||
json_schema_service | ||
model_management | ||
notifications_service | ||
results_service |