Skip to main content
patelp
Staff
Staff
June 25, 2026

Technical Tip: Configure log forwarding plugin workers on FortiAnalyzer

  • June 25, 2026
  • 0 replies
  • 15 views

Description

This article describes how to configure the maximum number of log forwarding plugin workers on FortiAnalyzer.

Scope

FortiAnalyzer v7.4.x and later.

Solution

FortiAnalyzer uses log forwarding plugin workers to process log forwarding tasks.

The maximum number of log forwarding plugin workers can be configured using the following CLI command.

config system global
    set log-forward-plugin-workers <integer>
end


The configurable range is 2 to 20.

Example:

config system global
    set log-forward-plugin-workers 10
end