Last Modified: May 29, 2024
Affected Product(s):
BIG-IP AVR
Fixed In:
15.1.0, 15.0.1.1, 14.1.2.1, 13.1.3.2
Opened: Feb 20, 2019 Severity: 3-Major
AVR reports are limited to 1000 transactions. This is due to a hard-coded limit.
Unable to create reports with more than 1000 rows.
Using AVR reports for more than 1000 transactions.
None.
A db variable avr.stats.reportrownumberlimit has been added, that can be controlled via TMSH. The variable controls the number of rows in report within the range of 1 to 100000. For example, for a report with 10000 rows, modify the 'avr.stats.reportrownumberlimit' variable using the following command: tmsh modify sys db avr.stats.reportrownumberlimit value 10000
There is a new db variable avr.stats.reportrownumberlimit available in TMSH, which controls the number of rows in an AVR report. Valid values are from 1 to 100000. For example, to create a report with 10000 rows, modify the 'avr.stats.reportrownumberlimit' variable using the following command: tmsh modify sys db avr.stats.reportrownumberlimit value 10000