Skip to content

Commit 2d439ce

Browse files
authored
Merge pull request #49 from pivotal-cf/add_custom_rsyslog_configuration_field
Add documention for new syslog field in migration
2 parents 8235b06 + 5b742bc commit 2d439ce

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)