Remove auto_create_index / SavedObjectsClient/autoCreateIndex error and error view #63894
Labels
chore
Feature:Legacy Removal
Issues related to removing legacy Kibana
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
In #14271 Kibana started using an index template and auto-creating the index when the first saved object is created. After the saved object migrations system was introduced, Kibana started explicitly creating a saved object when the process is started, so we can remove this functionality from server & public.
kibana/src/core/server/saved_objects/types.ts
Lines 159 to 166 in 97d1685
The text was updated successfully, but these errors were encountered: