Skip to content

Commit

Permalink
Generate cluster.stats
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Dec 23, 2024
1 parent f47fb5c commit a6bb657
Show file tree
Hide file tree
Showing 51 changed files with 7,088 additions and 3,174 deletions.
17 changes: 16 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,19 @@ After:
- The `metric` property is now of type `List<ClusterRerouteMetric>` instead of `List<String>`.

### StateRequest
- The `metric` property is now of type `List<ClusterStateMetric>` instead of `List<String>`.
- The `metric` property is now of type `List<ClusterStateMetric>` instead of `List<String>`.

### ClusterIndicesShards
- The `primaries`, `replication` and `total` properties have been corrected to be of type `Integer` instead of `Double`.

### ClusterProcessCpu
- The `percent` property has been corrected to be of type `double` instead of `int`.

### FieldTypes
- The `scriptCount` property has been removed as it is not supported by OpenSearch.

### FieldTypesMappings
- The `runtimeFieldTypes` property has been removed as it is not supported by OpenSearch.

### OperatingSystemMemoryInfo
- The `freePercent` and `usedPercent` properties have been corrected to be of type `double` instead of `int`.
Loading

0 comments on commit a6bb657

Please sign in to comment.