Нет описания

local_internal_options.conf 812B

12345678910111213141516171819202122
  1. # local_internal_options.conf — SOC performance tuning
  2. # Applied via bind-mount; overrides internal_options.conf defaults.
  3. # Host has 12 CPUs; FortiGate syslog produces high-volume traffic bursts.
  4. # Thread counts (0 = auto-detect; explicit values reduce contention)
  5. analysisd.event_threads=4
  6. analysisd.rule_matching_threads=4
  7. analysisd.dbsync_threads=2
  8. # Queue sizes — default 16384 is too small for FortiGate syslog bursts
  9. # (caused "Input queue is full" warnings at peak hours)
  10. analysisd.decode_event_queue_size=65536
  11. analysisd.archives_queue_size=65536
  12. analysisd.alerts_queue_size=65536
  13. # State file update interval — default 5s causes unnecessary I/O
  14. analysisd.state_interval=30
  15. # EPS floor — ensures analysisd doesn't stall under low-volume conditions
  16. agent.min_eps=50
  17. wazuh_modules.max_eps=100