mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
Make settings global
This commit is contained in:
@@ -43,32 +43,33 @@ elasticfleet:
|
|||||||
optional_integrations:
|
optional_integrations:
|
||||||
sublime_platform:
|
sublime_platform:
|
||||||
enabled_nodes:
|
enabled_nodes:
|
||||||
description: Determines if the Sublime Platform integration is enabled.
|
description: Fleet nodes with the Sublime Platform integration enabled. Enter one per line.
|
||||||
global: True
|
global: True
|
||||||
helpLink: elastic-fleet.html
|
helpLink: elastic-fleet.html
|
||||||
advanced: True
|
advanced: True
|
||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
api_key:
|
api_key:
|
||||||
description: API key for Sublime Platform.
|
description: API key for Sublime Platform.
|
||||||
global: False
|
global: True
|
||||||
helpLink: elastic-fleet.html
|
helpLink: elastic-fleet.html
|
||||||
advanced: True
|
advanced: True
|
||||||
forcedType: string
|
forcedType: string
|
||||||
|
sensitive: True
|
||||||
base_url:
|
base_url:
|
||||||
description: Base URL for Sublime Platform.
|
description: Base URL for Sublime Platform.
|
||||||
global: False
|
global: True
|
||||||
helpLink: elastic-fleet.html
|
helpLink: elastic-fleet.html
|
||||||
advanced: True
|
advanced: True
|
||||||
forcedType: string
|
forcedType: string
|
||||||
poll_interval:
|
poll_interval:
|
||||||
description: Poll interval for alerts from Sublime Platform.
|
description: Poll interval for alerts from Sublime Platform.
|
||||||
global: False
|
global: True
|
||||||
helpLink: elastic-fleet.html
|
helpLink: elastic-fleet.html
|
||||||
advanced: True
|
advanced: True
|
||||||
forcedType: string
|
forcedType: string
|
||||||
limit:
|
limit:
|
||||||
description: The maximum number of message groups to return from Sublime Platform.
|
description: The maximum number of message groups to return from Sublime Platform.
|
||||||
global: False
|
global: True
|
||||||
helpLink: elastic-fleet.html
|
helpLink: elastic-fleet.html
|
||||||
advanced: True
|
advanced: True
|
||||||
forcedType: int
|
forcedType: int
|
||||||
|
|||||||
Reference in New Issue
Block a user