summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/olivere/elastic.v5/nodes_stats.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/olivere/elastic.v5/nodes_stats.go')
-rw-r--r--vendor/gopkg.in/olivere/elastic.v5/nodes_stats.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gopkg.in/olivere/elastic.v5/nodes_stats.go b/vendor/gopkg.in/olivere/elastic.v5/nodes_stats.go
index 29484a041..a955bb426 100644
--- a/vendor/gopkg.in/olivere/elastic.v5/nodes_stats.go
+++ b/vendor/gopkg.in/olivere/elastic.v5/nodes_stats.go
@@ -274,7 +274,7 @@ type NodesStatsNode struct {
HTTP *NodesStatsNodeHTTP `json:"http"`
// Breaker contains information about circuit breakers.
- Breaker map[string]*NodesStatsBreaker `json:"breaker"`
+ Breaker map[string]*NodesStatsBreaker `json:"breakers"`
// ScriptStats information.
ScriptStats *NodesStatsScriptStats `json:"script"`