Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Prakash <[email protected]>
  • Loading branch information
kiranprakash154 committed May 15, 2024
1 parent cb6cf95 commit 9d6801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _search-plugins/caching/tiered-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In OpenSearch 2.14, a request cache can be used in a tiered cache. To begin, con
To use the OpenSearch-provided tiered spillover cache implementation, set the cache store name to `tiered_spillover`, as shown in the following example:

```yaml
indices.request.cache.store.name: tiered_spillover: true
indices.request.cache.store.name: tiered_spillover
```
{% include copy.html %}

Expand Down

0 comments on commit 9d6801a

Please sign in to comment.