summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/olivere/elastic.v5/nodes_info.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/olivere/elastic.v5/nodes_info.go')
-rw-r--r--vendor/gopkg.in/olivere/elastic.v5/nodes_info.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/gopkg.in/olivere/elastic.v5/nodes_info.go b/vendor/gopkg.in/olivere/elastic.v5/nodes_info.go
index b3687d689..d03fdf9c3 100644
--- a/vendor/gopkg.in/olivere/elastic.v5/nodes_info.go
+++ b/vendor/gopkg.in/olivere/elastic.v5/nodes_info.go
@@ -150,6 +150,9 @@ type NodesInfoNode struct {
// HTTPSAddress, e.g. "127.0.0.1:9200"
HTTPSAddress string `json:"https_address"`
+ // Roles of the node, e.g. [master, ingest, data]
+ Roles []string `json:"roles"`
+
// Attributes of the node.
Attributes map[string]interface{} `json:"attributes"`