Bug ID 759135: AVR report limits are locked at 1000 transactions

Last Modified: Nov 07, 2022

Bug Tracker

Affected Product:  See more info
BIG-IP AVR(all modules)

Known Affected Versions:
13.1.0, 13.1.0.1, 13.1.0.2, 13.1.0.3, 13.1.0.4, 13.1.0.5, 13.1.0.6, 13.1.0.7, 13.1.0.8, 13.1.1, 13.1.1.2, 13.1.1.3, 13.1.1.4, 13.1.1.5, 13.1.3, 13.1.3.1, 14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5, 14.1.0.6, 14.1.2, 15.0.0, 15.0.1

Fixed In:
15.1.0, 15.0.1.1, 14.1.2.1, 13.1.3.2

Opened: Feb 20, 2019
Severity: 3-Major

Symptoms

AVR reports are limited to 1000 transactions. This is due to a hard-coded limit.

Impact

Unable to create reports with more than 1000 rows.

Conditions

Using AVR reports for more than 1000 transactions.

Workaround

None.

Fix Information

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

Behavior Change

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