prefix node attribute with node.attr

Original commit: elastic/x-pack-elasticsearch@44a0ef8fc6
This commit is contained in:
Simon Willnauer 2016-03-30 14:55:13 +02:00
parent 216874881f
commit a39433ab48
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class ClusterStateTests extends MarvelIntegTestCase {
.put(MarvelSettings.INTERVAL.getKey(), "-1")
.put(MarvelSettings.COLLECTORS.getKey(), ClusterStateCollector.NAME)
.put("xpack.monitoring.agent.exporters.default_local.type", "local")
.put("node.custom", randomInt)
.put("node.attr.custom", randomInt)
.build();
}