Skip to content

Commit

Permalink
Update unix-monitoring-integration.mdx
Browse files Browse the repository at this point in the history
minor editorial edit
  • Loading branch information
cbehera-newrelic authored Aug 23, 2024
1 parent 5c55f74 commit f58c67b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ If using a proxy, the optional `proxy` object should be added to the `global` ob

## Credential obfuscation

For additional security, this integration supports obfuscated values for the attributes like insights_insert_key, proxy_username, proxy_password and any other attributes under the parent attribute 'agents'. To do so, append `_obfuscated` to the attribute name and provide an obfuscated value that was produced by the [New Relic CLI](https://github.com/newrelic/newrelic-cli):
For additional security, this integration supports obfuscated values for the attributes like insights_insert_key, proxy_username, proxy_password, and any other attributes under the parent attribute 'agents'. To do so, append `_obfuscated` to the attribute name and provide an obfuscated value that was produced by the [New Relic CLI](https://github.com/newrelic/newrelic-cli):

1. Install the [New Relic CLI](https://github.com/newrelic/newrelic-cli#installation) on any supported platform. It doesn't need to be installed on the same host as the Unix integration. It is only used to generate the obfuscated keys, this integration handles deobfuscation independently.

Expand Down

0 comments on commit f58c67b

Please sign in to comment.