1
0
Fork 0
telegraf/migrations/inputs_httpjson/testcases/headers/expected.conf
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

8 lines
No EOL
190 B
Text

[[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"