mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Support effective watermark thresholds in node stats API (#107244)
Adds to the `fs` component of the node stats API some additional values indicating the disk watermarks that are currently in effect. Relates #106676
This commit is contained in:
parent
b18af0706e
commit
fdbb21bba4
15 changed files with 415 additions and 13 deletions
|
@ -423,6 +423,7 @@ module org.elasticsearch.server {
|
|||
org.elasticsearch.cluster.metadata.MetadataFeatures,
|
||||
org.elasticsearch.rest.RestFeatures,
|
||||
org.elasticsearch.indices.IndicesFeatures,
|
||||
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
|
||||
org.elasticsearch.search.retriever.RetrieversFeatures;
|
||||
|
||||
uses org.elasticsearch.plugins.internal.SettingsExtension;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue