Sicura Console
  1. Introduction
  2. Installation
  3. Reference Deployment with SSL Termination
  4. RPM Installation (Deprecated)
  5. Container Installation
  6. Upgrades
  7. Running Sicura Console
  8. Configuration - Accounts
  9. Configuration - Database
  10. Configuration - Collector
  11. Configuration - Security
  12. Configuration - Plugins
  13. Configuration - Experimental
  14. Sidebar - Administration
  15. Sidebar - Infrastructure
  16. Sidebar - Profiles
  17. Sidebar - Reports
  18. Sidebar - Scheduling
  19. Known Issues
  20. How To - Enforce compliance
  21. How To - Enforce custom profiles
  22. How To - Use the API

Note: All of the following config options can be set in

/etc/sicura/sicura-console.yaml

Experimental

Note: Any config options listed as experimental should be considered as beta and should only be enabled on non-production instances. Use at your own risk.

Improve simultaneous use of the console via request threading.

Currently, all HTTP requests given to the console are handled sequentially. Enabling this option can vastly improve performance if numerous users are attempting to access the console at the same time.

main.rack.threaded: true