49d48 < my $all_node_stats = 0; # fetch all node stats if true, local node only if false 183c182 < $url = "_cluster/nodes/"; --- > $url = "_cluster/nodes/stats?all"; 185c184 < $url = "_nodes/"; --- > $url = "_nodes/stats?all"; 187,192d185 < < if (not $all_node_stats) { < $url .= "_local/"; < } < < $url .= "stats";