mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
global:
|
|
soversion:
|
|
description: Current version of Security Onion.
|
|
global: True
|
|
readonly: True
|
|
managerip:
|
|
description: The IP address of the grid manager.
|
|
global: True
|
|
mdengine:
|
|
description: What engine to use for meta data generation. Options are ZEEK and SURICATA.
|
|
global: True
|
|
ids:
|
|
description: Which IDS engine to use. Currently only Suricata is supported.
|
|
global: True
|
|
readonly: True
|
|
advanced: True
|
|
url_base:
|
|
description: Used for handling of authentication cookies.
|
|
global: True
|
|
airgap:
|
|
description: Sets airgap mode.
|
|
global: True
|
|
readonly: True
|
|
imagerepo:
|
|
description: Image repo to pull image from.
|
|
global: True
|
|
advanced: True
|
|
pipeline:
|
|
description: Sets which pipeline technology for events to use. Currently only Redis is supported.
|
|
global: True
|
|
readonly: True
|
|
advanced: True
|
|
repo_host:
|
|
description: Specify the host where operating system packages will be served from.
|
|
global: True
|
|
advanced: True
|
|
registry_host:
|
|
description: Specify the host where docker/podman images will be pulled from.
|
|
global: True
|
|
advanced: True
|
|
influxdb_host:
|
|
description: Specify the host where influxdb is hosted.
|
|
global: True
|
|
advanced: True
|
|
endgamehost:
|
|
description: Allows use of Endgame with Security Onion. This feature requires a license from Endgame.
|
|
global: True
|
|
advanced: True
|
|
|