telegraf/plugins/inputs/nsq
Mya d4582dca70
chore: clean up all markdown lint error on input plugins n through r (#10168)
2021-11-24 11:50:01 -07:00
..
README.md chore: clean up all markdown lint error on input plugins n through r (#10168) 2021-11-24 11:50:01 -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