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: modules/insights-operator-configuring.adoc
+92-9Lines changed: 92 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,28 +19,111 @@ The `ConfigMap` object does not exist by default, so an {product-title} cluster
19
19
//====
20
20
21
21
.ConfigMap object configuration structure
22
-
This example of an *insights-config*`ConfigMap` object (`config.yaml` configuration) shows configuration options using standard YAML formatting.
22
+
This example of an *insights-config*`ConfigMap` object (`config.yaml` configuration) shows configuration options by using standard YAML formatting.
23
23
24
24
image::insights-operator-configmap-example.png[Example of Insights Operator ConfigMap object]
25
25
26
26
.Configurable attributes and default values
27
-
The table below describes the available configuration attributes:
27
+
The following table describes the available configuration attributes:
28
28
29
29
[NOTE]
30
30
====
31
31
The *insights-config* `ConfigMap` object follows standard YAML formatting, wherein child values are below the parent attribute and indented two spaces. For the *Obfuscation* attribute, enter values as bulleted children of the parent attribute.
32
32
====
33
33
34
34
.Insights Operator configurable attributes
35
-
[options="header"]
35
+
[cols=".^2l,.^3a,.^1a,.^1a",options="header"]
36
36
|====
37
37
|Attribute name|Description|Value type|Default value
38
-
|`Obfuscation: - networking`|Enables the global obfuscation of IP addresses and the cluster domain name.|Boolean|`false`
39
-
|`Obfuscation: - workload_names`|Obfuscate data coming from the Deployment Validation Operator if it is installed.|Boolean|`false`
40
-
|`sca: interval`|Specifies the frequency of the simple content access entitlements download.|Time interval|`8h`
41
-
|`sca: disabled`|Disables the simple content access entitlements download.|Boolean|`false`
42
-
|`alerting: disabled`|Disables Insights Operator alerts to the cluster Prometheus instance.|Boolean|`false`
43
-
|`httpProxy`, `httpsProxy`, `noProxy`|Set custom proxy for Insights Operator|URL|No default
38
+
39
+
|alerting:
40
+
disabled: false
41
+
|Disables Insights Operator alerts to the cluster Prometheus instance.
42
+
|Boolean
43
+
|`false`
44
+
45
+
|clusterTransfer:
46
+
endpoint: <url>
47
+
|The endpoint for checking and downloading cluster transfer data.
|Enables the global obfuscation of IP addresses and the cluster domain name.
92
+
|String
93
+
|Not applicable
94
+
95
+
|dataReporting:
96
+
obfuscation:
97
+
- workload_names
98
+
|Enables the obfuscation of Data Validation Operator data. The cluster resource the resource ID is only visible in the archive file and not the resource name.
99
+
|String
100
+
|Not applicable
101
+
102
+
|proxy:
103
+
httpProxy: http://example.com,
104
+
httpsProxy: http://example.com,
105
+
noProxy: test.org
106
+
|Set custom proxy for Insights Operator.
107
+
|URL
108
+
|No default
109
+
110
+
|sca:
111
+
interval: 8h0m0s
112
+
|Specifies the frequency of the simple content access (SCA) entitlements download.
113
+
|Time interval
114
+
|`2h`
115
+
116
+
|sca:
117
+
endpoint: <url>
118
+
|Specifies the endpoint for downloading the simple content access (SCA) entitlements.
0 commit comments