Skip to content
  • There are no suggestions because the search field is empty.

Core Service System Configuration Parameters

Core Service System Configuration ParametersCore Service System Configuration Parameters

The following list describes the System configuration parameters that are common to all NetWitness Core services.

  • System Configuration Folder: compression
  • /sys/config: Displays the minimum amount of bytes before a message is compressed, when set to a positive value. Zero means no compression for any message. Change takes effect on subsequent connections.

  • System Configuration Folder: crc.checksum
  • /sys/config: Displays the minimum bytes before a message is sent over the network with a CRC checksum (to be validated by the client), when set to a positive value. Zero means no CRC checksum validation with any message. Change takes effect on subsequent connections.

  • System Configuration Folder: drives
  • /sys/config: Displays drives to monitor for usage stats. Change takes effect on service restart.

  • System Configuration Folder: port
  • /sys/config: Displays the port this service will listen on. Change takes effect on service restart.

  • System Configuration Folder: scheduler
  • /sys/config: Displays the folder for scheduled tasks.

  • System Configuration Folder: service.name.override
  • /sys/config: Displays an optional service name used by upstream services for aggregation in lieu of hostname.

  • System Configuration Folder: ssl
  • /sys/config: Encrypts all traffic using SSL, if enabled. Change takes effect on service restart.

  • System Configuration Folder: stat.compression
  • /sys/config: Compresses stats as they are written to the database, if enabled. Change takes effect on service restart.

  • System Configuration Folder: stat.dir
  • /sys/config: Displays the directory where the historical stats database is stored (separate multiple dirs with semicolon). Optional assigned max size (=#unit), units are: t for TB; g for GB, m for MB. Change takes effect on service restart.

  • System Configuration Folder: stat.exclude
  • /sys/config: Lists stat pathnames to be excluded from the stat database. The following wildcards are permitted:
    ? match any single character
    * match zero or more characters to delimiter /
    ** match zero or more characters including delimiter.
    Change takes effect immediately.

  • System Configuration Folder: stat.interval
  • /sys/config: Determines how often (in milliseconds) statistic nodes are updated in the system. Change takes effect immediately.

  • System Configuration Folder: threads
  • /sys/config: Lists the number of threads in the thread pool to handle incoming requests. Change takes effect immediately.