Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds documentation for tiered caching stats API #7158

Merged
merged 9 commits into from
May 17, 2024
Prev Previous commit
Next Next commit
Update _api-reference/nodes-apis/nodes-stats.md
Co-authored-by: Peter Alfonsi <peter.alfonsi@gmail.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
  • Loading branch information
Naarcha-AWS and peteralfonsi authored May 16, 2024
commit f808250e4ec536e81e62c150a9342ea07deaf4ea
2 changes: 1 addition & 1 deletion _api-reference/nodes-apis/nodes-stats.md
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ GET _nodes/stats/indices/docs,search
```
{% include copy-curl.html %}

You can also use specific `index_metric` values for the `caches` metric to specify which caches to return statistics for.
You can also use specific `index_metric` values in the `caches` metric to specify which caches will return statistics.
The following index metrics are supported:
peteralfonsi marked this conversation as resolved.
Show resolved Hide resolved

- request_cache
Loading