I have 2 nodes A (master) and B.
curl -XGET 'http://localhost:9200/.marvel-es-1*/node_stats/_search
Only shows data from A.
curl -XGET 'http://localhost:9200/_nodes'
Shows both.
I have tried to add marvel.node_resolver: name
to kibana.yml
but no luck.
Please help me to debug this.
.