mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
Adjust patch annotations
This commit is contained in:
@@ -4,14 +4,17 @@ elasticfleet:
|
|||||||
description: Endpoint enrollment key.
|
description: Endpoint enrollment key.
|
||||||
global: True
|
global: True
|
||||||
helpLink: elastic-fleet.html
|
helpLink: elastic-fleet.html
|
||||||
|
sensitive: True
|
||||||
es_token:
|
es_token:
|
||||||
description: Elastic auth token.
|
description: Elastic auth token.
|
||||||
global: True
|
global: True
|
||||||
helpLink: elastic-fleet.html
|
helpLink: elastic-fleet.html
|
||||||
|
sensitive: True
|
||||||
grid_enrollment:
|
grid_enrollment:
|
||||||
description: Grid enrollment key.
|
description: Grid enrollment key.
|
||||||
global: True
|
global: True
|
||||||
helpLink: elastic-fleet.html
|
helpLink: elastic-fleet.html
|
||||||
|
sensitive: True
|
||||||
url:
|
url:
|
||||||
description: Agent connection URL.
|
description: Agent connection URL.
|
||||||
global: True
|
global: True
|
||||||
|
|||||||
18
salt/sensoroni/soc_sensoroni.yaml
Normal file
18
salt/sensoroni/soc_sensoroni.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
sensoroni:
|
||||||
|
node_checkin_interval_ms:
|
||||||
|
description: Interval in ms to checkin to the soc_host.
|
||||||
|
advanced: True
|
||||||
|
helpLink: sensoroni.html
|
||||||
|
node_description:
|
||||||
|
description: Description of the specific node.
|
||||||
|
helpLink: sensoroni.html
|
||||||
|
sensoronikey:
|
||||||
|
description: Shared key for sensoroni authentication.
|
||||||
|
helpLink: sensoroni.html
|
||||||
|
global: True
|
||||||
|
sensitive: True
|
||||||
|
soc_host:
|
||||||
|
description: Host for sensoroni agents to connect to.
|
||||||
|
helpLink: sensoroni.html
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
Reference in New Issue
Block a user