mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 23:05:25 +00:00
Update elasticsearch.go
typo fix
This commit is contained in:
parent
eb566416fc
commit
20a1a5c9da
@ -28,7 +28,7 @@ type Options struct {
|
|||||||
SSLVerification bool `yaml:"ssl-verification"`
|
SSLVerification bool `yaml:"ssl-verification"`
|
||||||
// Username for the elasticsearch instance
|
// Username for the elasticsearch instance
|
||||||
Username string `yaml:"username"`
|
Username string `yaml:"username"`
|
||||||
// Pasword is the password for elasticsearch instance
|
// Password is the password for elasticsearch instance
|
||||||
Password string `yaml:"password"`
|
Password string `yaml:"password"`
|
||||||
// IndexName is the name of the elasticsearch index
|
// IndexName is the name of the elasticsearch index
|
||||||
IndexName string `yaml:"index-name"`
|
IndexName string `yaml:"index-name"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user