Hi.
I want to show several rows in table panel. but i have one condition that even if i change time range from top right of dashboard, old data (rows) DOES NOT appear in my table. i should show the last set of rows anyway.
my data is like this for example: (i’m using telegraf and influxdb)
[{
"row": "1",
"State": "ESTAB",
"Recv-Q": "13",
"Send-Q": "0",
"Local Address:Port": "",
"Peer Address:Port": ""
}, {
"row": "2",
"State": "ESTAB",
"Recv-Q": "87",
"Send-Q": "11",
"Local Address:Port": "",
"Peer Address:Port": ""
}, {
"row": "3",
"State": "ESTAB",
"Recv-Q": "0",
"Send-Q": "50",
"Local Address:Port": "",
"Peer Address:Port": ""
}]
each item comes into one row.
It’s my pleasure if you have some solutions guys.
thanks.