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: migrating-syslog-configuration.html.md.erb
+15-14
Original file line number
Diff line number
Diff line change
@@ -23,20 +23,20 @@ By enabling the Ops Manager syslog feature, Ops Manager:
23
23
<tr>
24
24
<thwidth="175">Syslog parameter</th>
25
25
<th>Data Type</th>
26
-
<th>Required</th>
26
+
<thwidth="150">Required</th>
27
27
<th>Notes</th>
28
28
</tr>
29
29
<tr>
30
30
<td><code>enabled</code></td>
31
31
<td>boolean</td>
32
32
<td>No</td>
33
-
<td> Defaults to false</td>
33
+
<td> Defaults to <code>false</code></td>
34
34
</tr>
35
35
<tr>
36
36
<td><code>address</code></td>
37
37
<td>string</td>
38
38
<td>Yes</td>
39
-
<td>The address or host for the syslog server. Must be a valid network address</td>
39
+
<td>The address or host for the syslog server. <br>Must be a valid network address</td>
40
40
</tr>
41
41
<tr>
42
42
<td><code>port</code></td>
@@ -48,40 +48,41 @@ By enabling the Ops Manager syslog feature, Ops Manager:
48
48
<td><code>transport_protocol</code></td>
49
49
<td>string</td>
50
50
<td>No</td>
51
-
<td>The transport protocol used to send syslog messages to the server. Valid values are <code>tcp</code> and <code>udp</code>. Defaults to <code>tcp</code>.</td>
51
+
<td>The transport protocol used to send syslog messages to the server.
52
+
<br>Valid values are <code>tcp</code> and <code>udp</code>. Defaults to <code>tcp</code>.</td>
52
53
</tr>
53
54
<tr>
54
55
<td><code>tls_enabled</code></td>
55
56
<td>boolean</td>
56
57
<td>No</td>
57
-
<td>Send logs encrypted to syslog server via TLS. Defaults to false.</td>
58
+
<td>Send logs encrypted to syslog server via TLS. Defaults to <code>false</code>.</td>
58
59
</tr>
59
60
<tr>
60
61
<td><code>permitted_peer</code></td>
61
62
<td>boolean</td>
62
63
<td>No, unless <code>tls_enabled</code> is <code>true</code></td>
63
-
<td>Either the accepted fingerprint (SHA1) or name of remote peer, e.g. *.example.com. Defaults
64
-
to false.</td>
64
+
<td>Either the accepted fingerprint (SHA1) or name of remote peer. Defaults
65
+
to <code>false</code>.</td>
65
66
</tr>
66
67
<tr>
67
68
<td><code>ssl_ca_certificate</code></td>
68
69
<td>string</td>
69
70
<td>No, unless <code>tls_enabled</code> is <code>true</code></td>
70
71
<td>This certificate will ensure that logs get securely transported to the syslog destination.
71
-
Defaults to false? to null?</td>
72
+
Defaults to <code>null</code>.</td>
72
73
</tr>
73
74
<tr>
74
75
<td><code>queue_size</code></td>
75
76
<td>integer</td>
76
77
<td>No</td>
77
78
<td>The number of log messages the buffer holds before dropping messages. A larger buffer size
78
-
might overload the system. Defaults to 100,000.</td>
79
+
might overload the system. Defaults to <code>100000</code>.</td>
79
80
</tr>
80
81
<tr>
81
82
<td><code>forward_debug_logs</code></td>
82
83
<td>boolean</td>
83
84
<td>No</td>
84
-
<td>Defaults to false.</td>
85
+
<td>Defaults to <code>false</code>.</td>
85
86
</tr>
86
87
</table>
87
88
@@ -119,11 +120,11 @@ migrated syslog properties in the Syslog form of the tile.
119
120
* From your tile, the syslog BOSH release.
120
121
* From your deployment manifest, syslog configuration properties.
121
122
123
+
1. To ensure that operators do not try to update syslog configuration properties with no outward
124
+
functionality, mark all existing syslog configuration properties in your product as non-configurable.
122
125
123
-
1. Mark all existing syslog configuration properties in your product as non-configurable. This
124
-
ensures that operators do not try to update them when they have no outward functionality. You may
125
-
want to update the description for these properties to state that they are deprecated and are no
126
-
longer used to configure syslog.
126
+
1. Update the description for the deprecated properties to state that they are deprecated and are no
127
+
longer used to configure the syslog.
127
128
128
129
1. Run a test deploy of your tile by doing the procedures in [Testing Tiles](./testing.html).
0 commit comments