telegraf/plugins/inputs/nsq
Daniel Nelson 8d0ec993c7
Update changelog and add basic nsq input readme
2018-10-22 17:55:40 -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 Add support for TLS configuration in NSQ input (#3903) 2018-10-22 17:50:32 -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