10 lines
336 B
Text
10 lines
336 B
Text
|
# Example taken from: https://github.com/influxdata/feature-requests/issues/160
|
||
|
|
||
|
[[inputs.file]]
|
||
|
files = ["./testdata/measurement_name_int/input.json"]
|
||
|
data_format = "json_v2"
|
||
|
[[inputs.file.json_v2]]
|
||
|
measurement_name_path = "class_id"
|
||
|
[[inputs.file.json_v2.field]]
|
||
|
path = "label"
|