Fix schema creation
This commit is contained in:
parent
94a1601ab2
commit
22bbb113e7
@ -26,7 +26,7 @@ func NewElasticSearchTransport(connectionString string) (TracerTransport, error)
|
|||||||
password, _ := conUrl.User.Password()
|
password, _ := conUrl.User.Password()
|
||||||
cfg := elasticsearch.Config{
|
cfg := elasticsearch.Config{
|
||||||
Addresses: []string{
|
Addresses: []string{
|
||||||
conUrl.Scheme + conUrl.Host,
|
conUrl.Scheme + "://" + conUrl.Host,
|
||||||
},
|
},
|
||||||
Username: username,
|
Username: username,
|
||||||
Password: password,
|
Password: password,
|
||||||
|
Loading…
Reference in New Issue
Block a user