mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Some things I thought were bools are not bools
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
elastalert:
|
elastalert:
|
||||||
enabled:
|
enabled:
|
||||||
forcedType: bool
|
|
||||||
description: Enables or disables the ElastAlert 2 process. This process is critical for ensuring alerts arrive in SOC, and for outbound notification delivery.
|
description: Enables or disables the ElastAlert 2 process. This process is critical for ensuring alerts arrive in SOC, and for outbound notification delivery.
|
||||||
helpLink: elastalert.html
|
helpLink: elastalert.html
|
||||||
alerter_parameters:
|
alerter_parameters:
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
elastic_fleet_package_registry:
|
elastic_fleet_package_registry:
|
||||||
enabled:
|
|
||||||
forcedType: bool
|
|
||||||
description: Enables or disables the Fleet package registry process. This process must remain enabled to allow Elastic Agent packages to be updated.
|
description: Enables or disables the Fleet package registry process. This process must remain enabled to allow Elastic Agent packages to be updated.
|
||||||
advanced: True
|
advanced: True
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
elasticagent:
|
elasticagent:
|
||||||
enabled:
|
enabled:
|
||||||
forcedType: bool
|
|
||||||
description: Enables or disables the Elastic Agent process. This process must remain enabled to allow collection of node events.
|
description: Enables or disables the Elastic Agent process. This process must remain enabled to allow collection of node events.
|
||||||
advanced: True
|
advanced: True
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
sensoroni:
|
sensoroni:
|
||||||
enabled:
|
enabled:
|
||||||
forcedType: bool
|
|
||||||
description: Enable or disable the per-node SOC agent process. This process is used for performing node-related jobs and reporting node metrics back to SOC. Disabling this process is unsupported and will result in an improperly functioning grid.
|
description: Enable or disable the per-node SOC agent process. This process is used for performing node-related jobs and reporting node metrics back to SOC. Disabling this process is unsupported and will result in an improperly functioning grid.
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: grid.html
|
helpLink: grid.html
|
||||||
|
|||||||
Reference in New Issue
Block a user