FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
jhimanshu
Staff
Staff
Article Id 261427
Description This article describes how to display records greater than 5k on the FortiSOAR.
Scope FortiSOAR Version 7.4.0 and earlier releases.
Solution
  1. Increase the value of 'maximum_items_per_page' in the file 'parameters_prod.yaml' from 5000 to 10000(10k):

 

- vi /opt/cyops-api/config/parameters_prod.yaml


Note: The value should not exceed 10k.

     2. Restart php-fpm and nginx:

 

systemctl restart php-fpm nginx

 

     3. Clear the cache:


sudo -u nginx php /opt/cyops-api/bin/console cache:clear

 

     4. Re-login in the GUI and verify.