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

Last Modified: Sep 13, 2023

Affected Product(s):
BIG-IP AVR(all modules)

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

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips