mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
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…
x
Reference in New Issue
Block a user