diff --git a/plugins/inputs/aerospike/aerospike.go b/plugins/inputs/aerospike/aerospike.go index 1c570b82e..571f6650f 100644 --- a/plugins/inputs/aerospike/aerospike.go +++ b/plugins/inputs/aerospike/aerospike.go @@ -160,7 +160,7 @@ var sampleConfig = ` ## server has configured and get stats for them. server = "localhost:3000" enableAuth = false - authAuthDisable = false + autoAuthDisable = false username = "" password = "" `