Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"requestId": "telegraf-test-id",
|
||||
"timestamp":1734625715000000000,
|
||||
"records":[{"data":"dGVzdCB2YWx1ZT00MmkgMTczNDYyNTcxNTAwMDAwMDAwMAo="}]
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
test,device=pc,deployment=prod,path=/telegraf value=42i 1734625715000000000
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"x-amz-firehose-request-id": "telegraf-test-id",
|
||||
"x-amz-firehose-access-key": "secret",
|
||||
"x-amz-firehose-common-attributes": "{\"commonAttributes\": {\"deployment\": \"prod\", \"device\": \"pc\"}}"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
[[inputs.firehose]]
|
||||
service_address = "dummy"
|
||||
access_key = "secret"
|
||||
parameter_tags = ["deployment", "device"]
|
Loading…
Add table
Add a link
Reference in a new issue