Scripted Field

I have two field array in event "Progress": [ 10, 30, 50 ,80, 100 ] and "time_sec" : [0, 2, 3, 5, 6]

I want to put "Progress" on Y-Axis & "time_sec" on X-Axis. However above values are array hence would like to use scripted field.

added following but no luck doc["Progress"].values. getting error when queried ELK.

Any suggestion?

1 Like

Unfortunately expressions only support non-array fields at this time.