sql
Configure Structured Query Language (SQL) settings.
Syntax
config system sql
set background-rebuild {enable | disable}
set compress-table-min-age <integer>
set database-type <postgres>
set device-count-high {enable | disable}
set event-table-partition-time <integer>
set fct-table-partition-time <integer>
set prompt-sql-upgrade {enable | disable}
set start-time <hh>:<mm> <yyyy>/<mm>/<dd>
set status {disable | local}
set text-search-index {enable | disable}
set traffic-table-partition-time <integer>
set utm-table-partition-time <integer>
config custom-index
edit <id>
set device-type <device>
set index-field <string>
set log-type <log type>
next
end
config custom-skipidx
edit <id>
set device-type <device>
set index-field <string>
set log-type <log type>
next
end
config ts-index-field
edit <category>
set <value> <string>
next
end
end
Variable |
Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
background-rebuild {enable | disable} |
Disable/enable rebuilding the SQL database in the background (default = enable). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
compress-table-min-age <integer> |
Minimum age in days for SQL tables to be compressed (0 - 10000, default = 7). Note: 0-day allows you to compress SQL tables with less than one-day of age. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
database-type <postgres> |
Database type (default = postgres). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
device-count-high {enable | disable} |
Enable/disable a high device count (default = disable). You must set to enable if the count of registered devices is greater than 8000:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
event-table-partition-time <integer> |
Maximum SQL database table partitioning time range for event logs, in minutes (3 - 1440, 0 = unlimited, default = 0). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
fct-table-partition-time <integer> |
Maximum SQL database table partitioning time range for FortiClient logs, in minutes (6 - 1440, 0 = unlimited, default = 360). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
prompt-sql-upgrade {enable | disable} |
Prompt to convert log database into SQL database at start time on GUI (default = enable). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
start-time <hh>:<mm> <yyyy>/<mm>/<dd> |
The date and time that logs will start to be inserted. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status {disable | local} |
SQL database status:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
text-search-index {enable | disable} |
Enable/disable the creation of a text search index (default = disable). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
traffic-table-partition-time <integer> |
Maximum SQL database table partitioning time range for traffic logs (1 - 1440, 0 = unlimited, default = 0). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
utm-table-partition-time <integer> |
Maximum SQL database table partitioning time range in minutes for UTM logs (1 - 1440, 0 = unlimited, default = 0). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variables for |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
device-type <device type> |
Set the device type. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
index-field <string> |
Enter a valid field name. Select one of the available field names. The available options for |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
log-type <log type> |
Enter the log type. The available options for |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variables for List of aditional SQL skip index fields. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
device-type <device type> |
Set the device type. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
index-field <string> |
Enter a valid field name. Select one of the available field names. The available options depend on the |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
log-type <log type> |
Enter the log type. The available options depend on the |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Variables for |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<category> |
Category of the text search index fields. The following is the list of categories and their default fields.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
value <string> |
Fields of the text search filter. Enter one or more field names separated with a comma. |