MapApp configuration

For the MapApp component, you need to create a configuration file named mapapp_config.yml. The table below describes the settings of the MapApp component.

Example mapapp_config.yml configuration file

MapApp component settings

Parameter

Description

Mandatory

Possible values

Default value

log-level

Logging level for debugging.

Yes

  • DEBUG logs all events.
  • INFO logs only messages about component startup and errors.

No value

session-timeout

Timeout after which the user session is ended, in hours.

No

From 1 to 10.

4

only-one-session

Indicates whether more than one session is allowed per user.

No

  • true means that whenever a user logs in, all of that user's sessions established from other IP addresses are considered expired.
  • false means a user can have more than one session from different IP addresses.

true

clean-period

How often session idleness is checked to remove out-of-date records, in seconds.

No

From 1 to 3600.

300

chunk-size

Maximum number of records that a component can sent to Kaspersky NGFW in one HTTP request.

No

From 100 to 10,000.

10000

core-thread-limit

Maximum number of requests processing threads.

No

Integer greater than 0.

200

pgsql

PostgreSQL connection settings.

Yes

Connection settings in the <user name>:<password>@<host>:<port> format.

No value

Page top