Update changelog and add basic nsq input readme
This commit is contained in:
17
plugins/inputs/nsq/README.md
Normal file
17
plugins/inputs/nsq/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# NSQ Input Plugin
|
||||
|
||||
### Configuration:
|
||||
|
||||
```toml
|
||||
# Description
|
||||
[[inputs.nsq]]
|
||||
## An array of NSQD HTTP API endpoints
|
||||
endpoints = ["http://localhost:4151"]
|
||||
|
||||
## Optional TLS Config
|
||||
# tls_ca = "/etc/telegraf/ca.pem"
|
||||
# tls_cert = "/etc/telegraf/cert.pem"
|
||||
# tls_key = "/etc/telegraf/key.pem"
|
||||
## Use TLS but skip chain & host verification
|
||||
# insecure_skip_verify = false
|
||||
```
|
||||
Reference in New Issue
Block a user