Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IQ AppIQ
Known Affected Versions:
7.0.0, 7.1.0
Fixed In:
7.1.0.1, 7.0.0.1
Opened: May 20, 2020 Severity: 3-Major
For managed BIG-IP v12.x devices, BIG-IQ might stop displaying statistics for the following: - http - pool-member - bigip-asm-violations - bigip-asm-transactions
You cannot view the statistics for: - http - pool-member - bigip-asm-violations - bigip-asm-transactions
BIG-IQ is managing a BIG-IP device running version 12.x
For BIG-IQ version 7.0.x, run the following command: curl -s -XPOST localhost:9200/dynamic_global_parameters/meta-data/use-dimensions-aggregation-dynamic-global-parameters/_update -d '{"script": "ctx._source.map.enabled.value=false"}' For BIG-IQ version 7.1.X run the following command: curl -s -XPOST localhost:9200/metadata_dynamic_global_parameters/meta-data/use-dimensions-aggregation-dynamic-global-parameters/_update -d '{"script": "ctx._source.map.enabled.value=false"}'
BIG-IP v12.x statistics now display as expected.