Update naoina/toml library dependency (#5513)

This commit is contained in:
Greg
2019-04-25 21:19:58 -06:00
committed by Daniel Nelson
parent af8137eab7
commit 32f0cb16f5
10 changed files with 110 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
[[outputs.http]]
headers = { Authorization = "Token $TOKEN",Content-Type = "application/json" }
taginclude = ["org_id"]
[[outputs.http]]
headers = { Authorization = "Token $TOKEN",Content-Type = "application/json" }
taginclude = ["org_id"]

View File

@@ -0,0 +1,2 @@
[[inputs.http_listener_v2]]
not_a_field = true

View File

@@ -0,0 +1,4 @@
[[outputs.http]]
[outputs.http.headers]
Content-Type = "application/json"
taginclude = ["org_id"]

View File

@@ -0,0 +1,5 @@
[[outputs.http]]
scopes = [
# comment
"test" # comment
]

View File

@@ -0,0 +1,9 @@
[[inputs.http_listener_v2]]
write_timeout = "1s"
max_body_size = "1MiB"
tls_cert = """
/path/to/my/cert
"""
tls_key = '''
/path/to/my/key
'''

View File

@@ -0,0 +1,2 @@
[[inputs.http_listener_v2]]
port = "80"

View File

@@ -0,0 +1,2 @@
[[inputs.http_listener_v2]]
methods = "POST"