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

8 lines
190 B
Text
Raw Permalink Normal View History

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