Skip to content

Commit

Permalink
Merge pull request #7808 from newrelic/rollback
Browse files Browse the repository at this point in the history
fix(npm): Revert accidental rollback
  • Loading branch information
bradleycamacho committed May 27, 2022
2 parents 3852849 + fb3f404 commit c004eac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -154,7 +154,7 @@ Set up your network devices so they send syslog data to New Relic.
</table>

<Callout variant="tip">
The default listening port for **ktranslate** is `5143 (TCP/UDP)`. If you need to use the default syslog port of `514` (or any other port), you can do so by providing a new listening endpoint during Docker runtime. For example: `-syslog="0.0.0.0:514"`.
The default listening port for **ktranslate** is `5143 (TCP/UDP)`. If you need to use the default syslog port of `514`, you can do so by removing `--net=host` from your run command, replacing it with `-p 514:5143/udp`. To bind the listener to a port above `1024`, add `-syslog.source="0.0.0.0:<port>"` to the end of the run command instead.
</Callout>

## Set up network syslog monitoring in New Relic [#setup-network-syslog-monitoring]
Expand Down

0 comments on commit c004eac

Please sign in to comment.