From dca864250b11e4591c8d7990d2e8b6533a176b69 Mon Sep 17 00:00:00 2001 From: Sagar <99425694+sgup432@users.noreply.github.com> Date: Wed, 8 May 2024 10:51:18 -0700 Subject: [PATCH] Update _search-plugins/caching/tiered-cache.md Co-authored-by: Nathan Bower Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com> --- _search-plugins/caching/tiered-cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_search-plugins/caching/tiered-cache.md b/_search-plugins/caching/tiered-cache.md index d6ff81e067e..903980b7e9a 100644 --- a/_search-plugins/caching/tiered-cache.md +++ b/_search-plugins/caching/tiered-cache.md @@ -32,7 +32,7 @@ For more information about ways to enable experimental features, see [Experiment To use tiered caching, install a tiered cache plugin. As of OpenSearch 2.13, the only available cache plugin is the `cache-ehcache` plugin. This plugin provides a disk cache implementation that can be used as a disk tier within a tiered cache. For more information about installing non-bundled plugins, see [Additional plugins]({{site.url}}{{site.baseurl}}/install-and-configure/plugins/#additional-plugins). -A tiered cache fails to initialize if the `cache-ehcache` plugin is not installed or disk cache properties are not set. +A tiered cache will fail to initialize if the `cache-ehcache` plugin is not installed or if disk cache properties are not set. {: .warning} ## Tiered cache settings