Skip to content

Commit f33079f

Browse files
committed
Make settings global
1 parent c32935e commit f33079f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

salt/elasticfleet/soc_elasticfleet.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -43,32 +43,33 @@ elasticfleet:
4343
optional_integrations:
4444
sublime_platform:
4545
enabled_nodes:
46-
description: Determines if the Sublime Platform integration is enabled.
46+
description: Fleet nodes with the Sublime Platform integration enabled. Enter one per line.
4747
global: True
4848
helpLink: elastic-fleet.html
4949
advanced: True
5050
forcedType: "[]string"
5151
api_key:
5252
description: API key for Sublime Platform.
53-
global: False
53+
global: True
5454
helpLink: elastic-fleet.html
5555
advanced: True
5656
forcedType: string
57+
sensitive: True
5758
base_url:
5859
description: Base URL for Sublime Platform.
59-
global: False
60+
global: True
6061
helpLink: elastic-fleet.html
6162
advanced: True
6263
forcedType: string
6364
poll_interval:
6465
description: Poll interval for alerts from Sublime Platform.
65-
global: False
66+
global: True
6667
helpLink: elastic-fleet.html
6768
advanced: True
6869
forcedType: string
6970
limit:
7071
description: The maximum number of message groups to return from Sublime Platform.
71-
global: False
72+
global: True
7273
helpLink: elastic-fleet.html
7374
advanced: True
7475
forcedType: int

0 commit comments

Comments
 (0)