Sicura Console
  1. Introduction
  2. Installation
  3. RPM Installation
  4. Container Installation
  5. Upgrades
  6. Running Sicura Console
  7. Configuration - Accounts
  8. Configuration - Database
  9. Configuration - Collector
  10. Configuration - Security
  11. Configuration - Plugins
  12. Configuration - Experimental
  13. Sidebar - Administration
  14. Sidebar - Infrastructure
  15. Sidebar - Profiles
  16. Sidebar - Reports
  17. Sidebar - Scheduling
  18. Commands
  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 simultanious 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