Per the discussion in #46705, we need to migrate some of the yml config options which were previously part of the kibana plugin into data, where it makes more sense for them to live.
Note that the long term plan is to rename everything to snake_case (as discussed in #7444, this is something we would do all at once instead of incrementally). But for now we should rename to camelCase, and address conversion to snake case whenever that larger PR is put together.
Per the discussion in #46705, we need to migrate some of the yml config options which were previously part of the
kibanaplugin intodata, where it makes more sense for them to live.kibana.autocompleteTimeout->data.autocompleteTimeoutkibana.autocompleteTerminateAfter->data.autocompleteTerminateAfterNote that the long term plan is to rename everything to snake_case (as discussed in #7444, this is something we would do all at once instead of incrementally). But for now we should rename to camelCase, and address conversion to snake case whenever that larger PR is put together.