소스 검색

[DOCS] Fix typo in mount searchable snapshots API docs (#75786) (#75984)

Co-authored-by: Luca Wintergerst <luca.wintergerst@elastic.co>
James Rodewig 4 년 전
부모
커밋
cf4fde33cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc

+ 1 - 1
docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc

@@ -129,7 +129,7 @@ POST /_snapshot/my_repository/my_snapshot/_mount?wait_for_completion=true
   "index_settings": { <3>
     "index.number_of_replicas": 0
   },
-  "ignored_index_settings": [ "index.refresh_interval" ] <4>
+  "ignore_index_settings": [ "index.refresh_interval" ] <4>
 }
 --------------------------------------------------
 // TEST[continued]