Skip to content

Commit 648eb07

Browse files
committed
Fix NodeStats for 0.90+
1 parent 4de2c90 commit 648eb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Domain/Stats/NodeStats.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class NodeStats
1919
public string Hostname { get; internal set; }
2020

2121
[JsonProperty("indices")]
22-
public Dictionary<string, NodeStatsIndexes> Indices { get; internal set; }
22+
public NodeStatsIndexes Indices { get; internal set; }
2323

2424
[JsonProperty("os")]
2525
public OSStats OS { get; internal set; }

0 commit comments

Comments
 (0)