telegraf/plugins/inputs/nsq
Eng Zer Jun 6a3b27126a
refactor: move from io/ioutil to io and os package (#9811)
2021-09-28 15:16:32 -06:00
..
README.md Update changelog and add basic nsq input readme 2018-10-22 17:55:40 -07:00
nsq.go refactor: move from io/ioutil to io and os package (#9811) 2021-09-28 15:16:32 -06:00
nsq_test.go Linter fixes (unhandled errors) -- Part 1 (#8992) 2021-04-08 11:43:39 -05: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