Hello.
Can you help me please.
My Zabbix version is 5.4.8.
I need to look at exact values on one of the device item from deep past.
1. I go to Latest Data, choose Date/Time range and I'm able to see graph.
But when switching to Values I see no data.
2. Administration - General - GUI. Limit for search and filter results = 1000
Now I set this parameter to 100000.
I go to step 1 and able to see values on Date/Time range.
So it looks like Zabbix at first limits SELECT query by LIMIT and then applies timerange filter.
Is it possible to change this behavior to: SELECT -> timerange -> LIMIT?
This item receives data every 15 minutes and I need to check exact values stored for 2 years.
This will lead to 71424 values on dataset.
And I think changing global 'Limit for search and filter results' can slow down other queries.
Thank you.
Can you help me please.
My Zabbix version is 5.4.8.
I need to look at exact values on one of the device item from deep past.
1. I go to Latest Data, choose Date/Time range and I'm able to see graph.
But when switching to Values I see no data.
2. Administration - General - GUI. Limit for search and filter results = 1000
Now I set this parameter to 100000.
I go to step 1 and able to see values on Date/Time range.
So it looks like Zabbix at first limits SELECT query by LIMIT and then applies timerange filter.
Is it possible to change this behavior to: SELECT -> timerange -> LIMIT?
This item receives data every 15 minutes and I need to check exact values stored for 2 years.
This will lead to 71424 values on dataset.
And I think changing global 'Limit for search and filter results' can slow down other queries.
Thank you.
Comment