Hi All, My question is the same as the title. How am I able to index Json array into metric index? I would appreciate if anyone would help me out. Thanks!! Json sample: { "MachineName": "East1", "Temperature": [ 10, 12, 13, 10, 11, 12, 14, 9, 12, 16,................18, 11, 13, 11, 10, 8] } { "MachineName": "East2", "Temperature": [ 10, 12, 14, 9, 12, 16, 14, 9, 12, 16,................18, 10, 12, 13, 10, 11,] } { "MachineName": "East1", "Temperature": [ 10, 12, 10, 12, 13, 10, 14, 9, 12, 16,................ 14, 9, 12, 16, 10, 8] } { "MachineName": "East2", "Temperature": [ 14, 9, 12, 16, 11, 12, 14, 9, 12, 16,................18, 11, 13, 11, 10, 8] }
... View more