NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
indices.putSettings
editindices.putSettings
editclient.indices.putSettings({
index: string | string[],
master_timeout: string,
timeout: string,
preserve_existing: boolean,
ignore_unavailable: boolean,
allow_no_indices: boolean,
expand_wildcards: 'open' | 'closed' | 'none' | 'all',
flat_settings: boolean,
body: object
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|