telegraf/plugins/inputs/nsq
Josh Soref 2c56d6de81
Fix spelling errors in comments and documentation (#7492)
2020-05-14 00:41:58 -07:00
..
README.md Update changelog and add basic nsq input readme 2018-10-22 17:55:40 -07:00
nsq.go Update changelog and add basic nsq input readme 2018-10-22 17:55:40 -07:00
nsq_test.go Fix spelling errors in comments and documentation (#7492) 2020-05-14 00:41:58 -07:00

README.md

NSQ Input Plugin

Configuration:

# 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