-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate kibana.index
setting
#82521
Comments
Pinging @elastic/kibana-platform (Team:Platform) |
This specific issue is just about adding a deprecation warning on
Second question: Should we diverge between master and 7.x here: having master totally remove the property using |
Great question. Ideally, we'd have some docs to point the user to. Lemme figure out where we should put these.
We definitely can. It will potentially make the testing/implementation of system-indices a bit more complicated, as we want to ensure this continues to work for the duration of 7.x even when the customer has set a custom |
I have a lot to say on such option, but this probably requires an issue on its own, as it could/would be used on multiple features. |
Earlier today we discussed getting this in sooner than later. If that's the route we want to take, we should make sure that whatever documentation we link to includes some information about how to migrate to Spaces and what upcoming work we are doing to make that easier (since many things are not supported right now). |
* Update to Elasticsearch 8. Use of Elasticsearch Java API Client instead of Java High Level REST Client * Update to Elasticsearch 8 / WFS indexing draft. (#88) * Update to Elasticsearch 8 / remove TODOs * Update Elasticsearch client to version 8.11.3 * Elasticsearch / Update maven plugin. * Associated record / Store all relations in index / Remove experimental feature, not used. Related to #4912 * Elasticsearch / Update maven plugin configuration. Avoid error like ERROR: Elasticsearch exited unexpectedly, with exit code 143 * Elasticsearch / Update MetadataUtils.getAssociated to retrieve scripted overview field * Elasticsearch / Update MetadataUtils.getAssociated remove TODO comment * Elasticsearch / Fix and refactor index readonly health check * Elasticsearch / Log query error details * Elasticsearch / Sonarlint improvements * Elasticsearch / WrapperQuery use base64 encoded JSON string query. * Elasticsearch / Remove unused commented code from EsSearchManager * Elasticsearch / More strict Xlink query based on UUID and fix check on hits. A request may return no hits but can be used to check number of hits. In such case we should avoid using hits.hits.size and use hits.total.value to get number of match. * Elasticsearch / Health check / Fix number of hits info. * Elasticsearch / Cleaning / No need to retrieve hits to only get matches. * Elasticsearch / Deprecated field [include] used, expected [includes] instead. * Elasticsearch / Remove 'Clear XLink cache' from Administration > Tools, clear the Xlink cache automatically before indexing and remove non-implemented code to retrieve metadata with XLink (not required anymore) * Kibana / Update install instruction Related to elastic/kibana#82521. * Elasticsearch / Remove unused imports * Kibana / Update default dashboards. * Elasticsearch / Documentation / Update Elasticsearch version * Elasticsearch / Fix logger module name typo --------- Co-authored-by: François Prunayre <[email protected]>
I have custom kibana system index like ".abc-kibana" what should I do when upgrade from 7.17 to 8.14 ? Is kibana 8 automatically detect old index to migrate ?? |
@haodketernal This scenario was not documented as well as it should have been, however there is an open issue with some proposed steps for ensuring migrations still run as expected... I'd recommend following along and commenting there: #152792 |
As part of the effort to remove legacy multi-tenancy, we should deprecate the
kibana.index
setting.The text was updated successfully, but these errors were encountered: