21 lines
669 B
Text
21 lines
669 B
Text
# Parse different objects
|
|
[[inputs.file]]
|
|
files = ["./testdata/optional_objects/input_1.json", "./testdata/optional_objects/input_2.json"]
|
|
data_format = "json_v2"
|
|
[[inputs.file.json_v2]]
|
|
timestamp_path = "Time"
|
|
timestamp_format = "2006-01-02T15:04:05"
|
|
[[inputs.file.json_v2.object]]
|
|
path = "BME280"
|
|
included_keys = ["Humidity", "Pressure", "Temperature"]
|
|
optional = true
|
|
[[inputs.file.json_v2.object]]
|
|
path = "TSL2561"
|
|
included_keys = ["Illuminance"]
|
|
optional = true
|
|
[[inputs.file.json_v2.object]]
|
|
path = "MT681"
|
|
optional = true
|
|
tags = ["Meter_number"]
|
|
|
|
|