Skip to content

Commit 5b742bc

Browse files
Shaan SapraRyan Moran
Shaan Sapra
authored and
Ryan Moran
committedJan 8, 2019
Add documention for new syslog field in migration
[#163010171] Update tile dev docs for new advanced properties Signed-off-by: Ryan Moran <rmoran@pivotal.io>
1 parent 8235b06 commit 5b742bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎migrating-syslog-configuration.html.md.erb

+6
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ By enabling the Ops Manager syslog feature, Ops Manager:
8484
<td>No</td>
8585
<td>Defaults to <code>false</code></td>
8686
</tr>
87+
<tr>
88+
<td><code>custom_rsyslog_configuration</code></td>
89+
<td>text</td>
90+
<td>No</td>
91+
<td>Additional configuration for rsyslog written in the rainerscript syntax. For example, 'if ($app-name startswith "exampleComponent") then stop' can be used to drop all traffic from a particular component. Entered configuration will be applied prior to the forwarding rule.</td>
92+
</tr>
8793
</table>
8894

8995
## <a id="javascript"></a> Use the JavaScript Migration Process

0 commit comments

Comments
 (0)
Please sign in to comment.