prefix node attribute with node.attr
Original commit: elastic/x-pack-elasticsearch@44a0ef8fc6
This commit is contained in:
parent
216874881f
commit
a39433ab48
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue