telegraf/plugins/inputs/nsq
Daniel Nelson c73ed8ca6c
Export internal/tls package for use in execd plugins (#7697)
2020-06-25 11:44:22 -07:00
..
README.md Update changelog and add basic nsq input readme 2018-10-22 17:55:40 -07:00
nsq.go Export internal/tls package for use in execd plugins (#7697) 2020-06-25 11:44:22 -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