From 5adc4a2451f4305dc8f5ec3c0e0b06ca8efda4f2 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Thu, 6 Mar 2025 15:30:08 -0700 Subject: [PATCH 1/5] Update restore-snapshot.md --- deploy-manage/tools/snapshot-and-restore/restore-snapshot.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy-manage/tools/snapshot-and-restore/restore-snapshot.md b/deploy-manage/tools/snapshot-and-restore/restore-snapshot.md index 17ac58d95f..06cab8f596 100644 --- a/deploy-manage/tools/snapshot-and-restore/restore-snapshot.md +++ b/deploy-manage/tools/snapshot-and-restore/restore-snapshot.md @@ -117,8 +117,7 @@ POST _snapshot/my_repository/my_snapshot_2099.05.06/_restore { "indices": "my-index,logs-my_app-default", "rename_pattern": "(.+)", - "rename_replacement": "restored- -If the rename options produce two or more indices or data streams with the same name, the restore operation fails." + "rename_replacement": "restored-$1 } ``` % TEST[setup:setup-snapshots] From 4b3a8e87ac953f1cdfdcd527b28a5eb5f289def0 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Thu, 6 Mar 2025 15:32:54 -0700 Subject: [PATCH 2/5] Update shared-file-system-repository.md --- .../tools/snapshot-and-restore/shared-file-system-repository.md | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy-manage/tools/snapshot-and-restore/shared-file-system-repository.md b/deploy-manage/tools/snapshot-and-restore/shared-file-system-repository.md index 5cf7bf1b42..86221ec5f2 100644 --- a/deploy-manage/tools/snapshot-and-restore/shared-file-system-repository.md +++ b/deploy-manage/tools/snapshot-and-restore/shared-file-system-repository.md @@ -78,7 +78,6 @@ PUT _snapshot/my_fs_backup ``` % TEST[skip:no access to path] :::::: -:::::: ::::::{tab-item} Windows Windows installations support both DOS and Microsoft UNC paths. Escape any backslashes in the paths. For UNC paths, provide the server and share name as a prefix. From 53ccf2d9d0ca240282788149a2ca407062cfeb07 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Thu, 6 Mar 2025 15:44:52 -0700 Subject: [PATCH 3/5] Update semantic-search-inference.md --- .../semantic-search-inference.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/solutions/search/semantic-search/semantic-search-inference.md b/solutions/search/semantic-search/semantic-search-inference.md index fb37be86a3..5da4d852d1 100644 --- a/solutions/search/semantic-search/semantic-search-inference.md +++ b/solutions/search/semantic-search/semantic-search-inference.md @@ -1209,7 +1209,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the ] ``` % NOTCONSOLE -:::::: + :::::: ::::::{tab-item} HuggingFace @@ -1279,7 +1279,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the ] ``` % NOTCONSOLE -:::::: + :::::: ::::::{tab-item} OpenAI @@ -1340,7 +1340,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the ] ``` % NOTCONSOLE -:::::: + :::::: ::::::{tab-item} Azure OpenAI @@ -1401,7 +1401,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the ] ``` % NOTCONSOLE -:::::: + :::::: ::::::{tab-item} Azure AI Studio @@ -1462,7 +1462,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the ] ``` % NOTCONSOLE -:::::: + :::::: ::::::{tab-item} Google Vertex AI @@ -1523,7 +1523,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the ] ``` % NOTCONSOLE -:::::: + :::::: ::::::{tab-item} Mistral @@ -1584,7 +1584,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the ] ``` % NOTCONSOLE -:::::: + :::::: ::::::{tab-item} Amazon Bedrock @@ -1645,7 +1645,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the ] ``` % NOTCONSOLE -:::::: + :::::: ::::::{tab-item} AlibabaCloud AI Search @@ -1706,7 +1706,7 @@ As a result, you receive the top 10 documents that are closest in meaning to the ] ``` % NOTCONSOLE -:::::: + :::::: ::::::: From da6906f3d99fc649bde09a22298de82cb2043abe Mon Sep 17 00:00:00 2001 From: George Wallace Date: Thu, 6 Mar 2025 15:45:57 -0700 Subject: [PATCH 4/5] Update dense-versus-sparse-ingest-pipelines.md --- .../search/vector/dense-versus-sparse-ingest-pipelines.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solutions/search/vector/dense-versus-sparse-ingest-pipelines.md b/solutions/search/vector/dense-versus-sparse-ingest-pipelines.md index 0e3dc537bf..1ddade7fb9 100644 --- a/solutions/search/vector/dense-versus-sparse-ingest-pipelines.md +++ b/solutions/search/vector/dense-versus-sparse-ingest-pipelines.md @@ -200,7 +200,7 @@ GET my-index/_search } ``` % TEST[skip:TBD] -:::::: + :::::: ::::::{tab-item} Dense vector models @@ -223,7 +223,7 @@ GET my-index/_search } ``` % TEST[skip:TBD] -:::::: + :::::: ::::::: @@ -271,7 +271,7 @@ GET my-index/_search } ``` % TEST[skip:TBD] -:::::: + :::::: ::::::{tab-item} Dense vector models @@ -315,7 +315,7 @@ GET my-index/_search } ``` % TEST[skip:TBD] -:::::: + :::::: ::::::: From 19af49604513c779a66b95d46ff91866282fcadf Mon Sep 17 00:00:00 2001 From: George Wallace Date: Thu, 6 Mar 2025 15:47:53 -0700 Subject: [PATCH 5/5] Update start-ilm.md --- troubleshoot/elasticsearch/start-ilm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/troubleshoot/elasticsearch/start-ilm.md b/troubleshoot/elasticsearch/start-ilm.md index 4f4f3956ca..eddd4b57f5 100644 --- a/troubleshoot/elasticsearch/start-ilm.md +++ b/troubleshoot/elasticsearch/start-ilm.md @@ -103,7 +103,7 @@ The response will look like this: } ``` % TESTRESPONSE[skip:the result is for illustrating purposes only] -:::::: + :::::: ::::::: @@ -194,7 +194,7 @@ The response will look like this: } ``` % TESTRESPONSE[skip:the result is for illustrating purposes only] -:::::: + :::::: :::::::