Skip to content

Commit

Permalink
Document change to size > 0 setting for request cache (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#8684)

* document change to size > 0 setting

Signed-off-by: Peter Alfonsi <[email protected]>

* Update _search-plugins/caching/request-cache.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Peter Alfonsi <[email protected]>

* Update _search-plugins/caching/request-cache.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Peter Alfonsi <[email protected]>
Signed-off-by: Peter Alfonsi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Eric Pugh <[email protected]>
  • Loading branch information
4 people authored and epugh committed Nov 23, 2024
1 parent 37eb7ab commit bab07df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _search-plugins/caching/request-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Setting | Data type | Default | Level | Static/Dynamic | Description
`indices.cache.cleanup_interval` | Time unit | `1m` (1 minute) | Cluster | Static | Schedules a recurring background task that cleans up expired entries from the cache at the specified interval.
`indices.requests.cache.size` | Percentage | `1%` | Cluster | Static | The cache size as a percentage of the heap size (for example, to use 1% of the heap, specify `1%`).
`index.requests.cache.enable` | Boolean | `true` | Index | Dynamic | Enables or disables the request cache.
`indices.requests.cache.maximum_cacheable_size` | Integer | `0` | Cluster | Dynamic | Sets the maximum `size` of queries to be added to the request cache.

### Example

Expand Down

0 comments on commit bab07df

Please sign in to comment.