input plugin that reads files each interval

This commit is contained in:
Max U
2018-06-21 11:26:14 -07:00
parent f9de896427
commit 80fd876ed2
3 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"parent": {
"child": 3.0,
"ignored_child": "hi"
},
"ignored_null": null,
"integer": 4,
"list": [3, 4],
"ignored_parent": {
"another_ignored_null": null,
"ignored_string": "hello, world!"
},
"another_list": [4]
}