Skip to content

Commit b6b284e

Browse files
jpipkin1kimsauce
andauthored
Update docs/send-data/hosted-collectors/cloud-syslog-source/rsyslog.md
Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 60d13d9 commit b6b284e

File tree

1 file changed

+1
-1
lines changed
  • docs/send-data/hosted-collectors/cloud-syslog-source

1 file changed

+1
-1
lines changed

docs/send-data/hosted-collectors/cloud-syslog-source/rsyslog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ template(name="SumoFormat" type="string" string="<%pri%>%protocol-version% %time
5858
*.* action(type="omfwd" protocol="tcp" target="syslog.collection.YOUR_DEPLOYMENT.sumologic.com" port="6514" template="SumoFormat")
5959
```
6060

61-
In the template statement, be sure to replace `YOUR_TOKEN` with your actual token, and `YOUR_DEPLOYMENT` with your deployment. Properties in the string begin and end with '%'. All other texts and white space are treated literally. For more information about rsyslog configuration, see the [rsyslog template documentation](https://www.rsyslog.com/doc/configuration/templates.html) or the [rsyslog omfwd documentation](https://www.rsyslog.com/doc/configuration/modules/omfwd.html).
61+
In the template statement, be sure to replace `YOUR_TOKEN` with your actual token, and `YOUR_DEPLOYMENT` with your deployment. Properties in the string begin and end with `%`. All other texts and white space are treated literally. For more information about rsyslog configuration, see the [rsyslog template documentation](https://www.rsyslog.com/doc/configuration/templates.html) or the [rsyslog omfwd documentation](https://www.rsyslog.com/doc/configuration/modules/omfwd.html).
6262

6363
In the template statement, be sure to replace YOUR_TOKEN with your actual token, and YOUR_DEPLOYMENT with your deployment. Properties in the string begin and end with '%'. All other texts and white space are treated literally. For more information about rsyslog configuration, see the rsyslog template documentation or the rsyslog omfwd documentation.
6464

0 commit comments

Comments
 (0)