You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/reference/special-variables/control_hub.markdown
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,28 +11,28 @@ Variables in the `default:control_hub` context are automatically created from at
11
11
12
12
Defines a list of hosts or network ranges to exclude from hub-initiated report collection. This is useful for excluding community agents, hosts behind NAT, or hosts using client-initiated reporting.
13
13
14
-
**See also:**[exclude_hosts in body hub control][cf-hub#exclude_hosts]
14
+
**See also:**[`exclude_hosts` in `body hub control`][cf-hub#exclude_hosts]
15
15
16
16
### default:control_hub.hub_schedule
17
17
18
18
Specifies the schedule for Enterprise hub-initiated pull collection as a list of classes that should trigger collection when defined.
19
19
20
-
**See also:**[hub_schedule in body hub control][cf-hub#hub_schedule]
20
+
**See also:**[`hub_schedule` in `body hub control`][cf-hub#hub_schedule]
21
21
22
22
### default:control_hub.port
23
23
24
24
Defines the port on which cf-hub listens for connections for report collection.
25
25
26
-
**See also:**[port in body hub control][cf-hub#port]
26
+
**See also:**[`port` in `body hub control`][cf-hub#port]
27
27
28
28
### default:control_hub.query_timeout
29
29
30
30
Configures the timeout (in seconds) for cf-hub outgoing connections. A value of "0" uses the binary default.
31
31
32
-
**See also:**[query_timeout in body hub control][cf-hub#query_timeout]
32
+
**See also:**[`query_timeout` in `body hub control`][cf-hub#query_timeout]
33
33
34
34
### default:control_hub.client_history_timeout
35
35
36
36
Controls the maximum age (in hours) of old reports that cf-hub will collect from clients. This prevents a build-up of reports that could cause a condition where the client is never able to send all reports within the collection window.
37
37
38
-
**See also:**[client_history_timeout in body hub control][cf-hub#client_history_timeout]
38
+
**See also:**[`client_history_timeout` in `body hub control`][cf-hub#client_history_timeout]
0 commit comments