fix no index,node metadata after console setup
This commit is contained in:
parent
4b21008c4b
commit
d1ef70d8d1
|
@ -380,6 +380,7 @@ func (module *Module) initialize(w http.ResponseWriter, r *http.Request, ps http
|
||||||
|
|
||||||
cfg.Reserved = true
|
cfg.Reserved = true
|
||||||
cfg.Monitored = true
|
cfg.Monitored = true
|
||||||
|
cfg.Source = elastic.ElasticsearchConfigSourceElasticsearch
|
||||||
|
|
||||||
//处理ORM
|
//处理ORM
|
||||||
handler := elastic2.ElasticORM{Client: client, Config: cfg1}
|
handler := elastic2.ElasticORM{Client: client, Config: cfg1}
|
||||||
|
|
Loading…
Reference in New Issue