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
Move into home plugin, change to home.disableWelcomeScreen and map kibana.disableWelcomeScreen over with a deprecation warning (see src/core/server/config/deprecation/types.ts)
@ppisljar@Bargs The settings for autocompleteTerminateAfter and autocompleteTimeout are used for the suggestions in the search bar and for the input control vis. I'm not sure where they belong long-term. Should we move them to the data plugin (data.autocompleteTerminateAfter)? I'm also fine with splitting them up into inputControl.autocompleteTerminateAfter and data.autocompleteTerminateAfter.
Kibana app code uses injected vars in several places. As described in #54376 all usages should be replaced by
exposeToBrowser
:kbnDefaultAppId
kibana.defaultAppId
kibana
plugin,discover
,dashboard_mode
kibana_legacy
plugin and expose via contractdisableWelcomeScreen
kibana.disableWelcomeScreen
home
plugin, change tohome.disableWelcomeScreen
and mapkibana.disableWelcomeScreen
over with a deprecation warning (seesrc/core/server/config/deprecation/types.ts
)autocompleteTerminateAfter
kibana.autocompleteTerminateAfter
autocompleteTimeout
kibana.autocompleteTimeout
timelionUiEnabled
timelion.ui.enabled
timelion
and expose via contractemsTileLayerId
enableExternalUrls
vega.enableExternalUrls
vega
NP plugin, expose via contracttelemetryEnabled
telemetry.enabled
telemetryBanner
telemetry.allowChangingOptInStatus
esShardTimeout
esConfig.shardTimeout
,(src/legacy/core_plugins/elasticsearch/index.js
)- exposed by es plugin?graphSavePolicy
xpack.graph.savePolicy
graph
and expose via contractcanEditDrillDownUrls
xpack.graph.canEditDrillDownUrls
graph
and expose via contractThe text was updated successfully, but these errors were encountered: