mqtt output: cleanup, implement TLS
Also normalize TLS config across all output plugins and normalize comment strings as well.
This commit is contained in:
@@ -18,9 +18,9 @@ type Riemann struct {
|
||||
}
|
||||
|
||||
var sampleConfig = `
|
||||
# URL of server
|
||||
### URL of server
|
||||
url = "localhost:5555"
|
||||
# transport protocol to use either tcp or udp
|
||||
### transport protocol to use either tcp or udp
|
||||
transport = "tcp"
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user