Currently mongoose and node-mysql support this so why not ES? This would replace (optionally) ``` javascript { "host": "elastic.test.com", "port": 9200, "index": "production" } ``` with this (elastic can be replaced with something better) `elastic://elastic.test.com:9200/production`