Kibana Setting multiple elasticsearch.hosts over marathon template

@Merlin_Nunez could you please try the following

"env": {
    "ELASTICSEARCH_HOSTS": '["http://99.9.99.99:9200","http://99.9.99.98:9200"]'
},

Cheers