We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa781c commit d05ce00Copy full SHA for d05ce00
specification/migrate/_types/CreateFrom.ts
@@ -21,12 +21,12 @@ import { Indices } from '@_types/common'
21
22
export class CreateFrom {
23
/**
24
- * Reindex mode. Currently only 'upgrade' is supported.
+ * Mappings overrides to be applied to the destination index (optional)
25
*/
26
mappings_override: string
27
28
- * The source index or data stream (only data streams are currently supported).
+ * Settings overrides to be applied to the destination index (optional)
29
30
- settings_ovveride: string
+ settings_override: string
31
}
32
0 commit comments