Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Niranjan_biswas's avatar
Niranjan_biswas
Icon for Nimbostratus rankNimbostratus
May 22, 2026

BIG-IQ CM Logs Not Receiving

Once the disk space has been released, you need to rectify the condition below by running the provided command

 

# for idx in $(curl -ks -u admin:admin https://localhost:9200/_cat/indices | awk '{print $3}'); do if [ $idx != ".opendistro_security" ]; then curl -k -u admin:admin -X PUT "https://localhost:9200/$(echo $(echo $idx | cut -d\+ -f1)*)/_settings?pretty" -H 'Content-Type: application/json' -d'{"index.blocks.read_only_allow_delete": false}'; fi; done

No RepliesBe the first to reply