From 991f6074df8f4ea2dc026a12c26a610193150213 Mon Sep 17 00:00:00 2001 From: Sander van de Geijn Date: Tue, 8 Aug 2023 10:48:22 +0200 Subject: [PATCH] Update searchable_snapshot.md Unsure what a sensible default for the cache size is, but it needs to be set with the current implementation. Signed-off-by: Sander van de Geijn --- .../availability-and-recovery/snapshots/searchable_snapshot.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_tuning-your-cluster/availability-and-recovery/snapshots/searchable_snapshot.md b/_tuning-your-cluster/availability-and-recovery/snapshots/searchable_snapshot.md index 9d708a72b7..3d2d24a42f 100644 --- a/_tuning-your-cluster/availability-and-recovery/snapshots/searchable_snapshot.md +++ b/_tuning-your-cluster/availability-and-recovery/snapshots/searchable_snapshot.md @@ -35,7 +35,9 @@ services: - cluster.name=opensearch-cluster - node.name=opensearch-node1 - node.roles=search + - node.search.cache.size=50% ``` +With the default settings you will need two search nodes to prevent a yellow cluster state with the default settings. ## Create a searchable snapshot index