Add node_name to tags.

This commit is contained in:
Orne Brocaar
2015-07-08 23:07:10 +02:00
parent 55cfd5c904
commit 3f6c46e1ec
2 changed files with 3 additions and 0 deletions

View File

@@ -249,6 +249,7 @@ func TestElasticsearch(t *testing.T) {
tags := map[string]string{
"node_host": "test",
"node_name": "test.host.com",
"cluster_name": "es-testcluster",
}