1
0
Fork 0
telegraf/migrations/inputs_httpjson/testcases/headers/telegraf.conf

6 lines
167 B
Text
Raw Normal View History

[[inputs.httpjson]]
servers = ["http://localhost:9999/stats"]
method = "POST"
[inputs.httpjson.headers]
X-Auth-Token = "my-xauth-token"
apiVersion = "v1"