Starts Elasticsearch and Metrics when running the server. (#10182)

Этот коммит содержится в:
Miguel de la Cruz
2019-01-28 16:27:46 +00:00
коммит произвёл Christopher Speller
родитель 26684716aa
Коммит 48048f9e95

Просмотреть файл

@@ -48,6 +48,8 @@ func runServer(configFileLocation string, disableConfigWatch bool, usedPlatform
app.ConfigFile(configFileLocation),
app.RunJobs,
app.JoinCluster,
app.StartElasticsearch,
app.StartMetrics,
}
if disableConfigWatch {
options = append(options, app.DisableConfigWatch)