Skip to content

Commit

Permalink
Add uuid to indices stats elastic/elasticsearch#31871
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Oct 1, 2018
1 parent ae973dc commit ad35fb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Nest/Indices/Monitoring/IndicesStats/IndicesStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ namespace Nest
[JsonObject]
public class IndicesStats
{
/// <summary>
/// Introduced in 6.4.0, returns the index UUID
/// </summary>
[JsonProperty("uuid")]
public string Uuid { get; }

[JsonProperty("primaries")]
public IndexStats Primaries { get; internal set; }

Expand Down

0 comments on commit ad35fb1

Please sign in to comment.