Skip to content
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

[UA] Adopt new create index from source index API #205941

Open
jloleysens opened this issue Jan 8, 2025 · 1 comment
Open

[UA] Adopt new create index from source index API #205941

jloleysens opened this issue Jan 8, 2025 · 1 comment
Labels
Feature:Upgrade Assistant Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@jloleysens
Copy link
Contributor

We should adopt the new ES API to create an index from source and remove code that removes/fixes deprecated settings and mappings from Upgrade Assistant's code:

export const transformFlatSettings = (flatSettings: FlatSettings) => {
const settings = transformSettings(flatSettings.settings);
const mappings = transformMappings(flatSettings.mappings);
return { settings, mappings };
};

@botelastic botelastic bot added the needs-team Issues missing a team label label Jan 8, 2025
@jloleysens jloleysens added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Feature:Upgrade Assistant and removed v9.0.0 labels Jan 8, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Upgrade Assistant Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

No branches or pull requests

2 participants