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 4e7b917 commit 9201a56Copy full SHA for 9201a56
docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc
@@ -129,7 +129,7 @@ POST /_snapshot/my_repository/my_snapshot/_mount?wait_for_completion=true
129
"index_settings": { <3>
130
"index.number_of_replicas": 0
131
},
132
- "ignored_index_settings": [ "index.refresh_interval" ] <4>
+ "ignore_index_settings": [ "index.refresh_interval" ] <4>
133
}
134
--------------------------------------------------
135
// TEST[continued]
0 commit comments