Update elasticsearch.go

typo fix
This commit is contained in:
Geeknik Labs 2021-09-16 11:38:15 -05:00 committed by GitHub
parent eb566416fc
commit 20a1a5c9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ type Options struct {
SSLVerification bool `yaml:"ssl-verification"`
// Username for the elasticsearch instance
Username string `yaml:"username"`
// Pasword is the password for elasticsearch instance
// Password is the password for elasticsearch instance
Password string `yaml:"password"`
// IndexName is the name of the elasticsearch index
IndexName string `yaml:"index-name"`