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()
|
||||
cfg := elasticsearch.Config{
|
||||
Addresses: []string{
|
||||
conUrl.Scheme + conUrl.Host,
|
||||
conUrl.Scheme + "://" + conUrl.Host,
|
||||
},
|
||||
Username: username,
|
||||
Password: password,
|
||||
|
Loading…
Reference in New Issue
Block a user