Skip to content

Commit

Permalink
Merge pull request #75 from newrelic/gsidhwani-nr-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gsidhwani-nr authored Aug 28, 2024
2 parents d6f403a + 5bd85a9 commit 137fb3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ If using a proxy, the optional `proxy` object should be added to the `global` ob
* The only attribute that is required in the `proxy` object is `proxy_host`.

##### Credential Obfuscation
For additional security, this integration supports the using obfuscated values for any attribute, by appending `_obfuscated` to the attribute name and providing an obfuscated value that was produced by the [New Relic CLI](https://github.com/newrelic/newrelic-cli).
For additional security, this integration supports the using obfuscated values for any attribute**, by appending `_obfuscated` to the attribute name and providing an obfuscated value that was produced by the [New Relic CLI](https://github.com/newrelic/newrelic-cli).

1. Prerequesite: [New Relic CLI is installed](https://github.com/newrelic/newrelic-cli#installation) on any supported platform.
* **NOTE**: It does NOT need to be installed on the same host as the Unix Monitor. It is only used to generate the obfuscated keys, this integration handles deobfuscation independently.
Expand All @@ -137,6 +137,8 @@ newrelic agent config obfuscate --key ${NEW_RELIC_CONFIG_OBSCURING_KEY} --value

4. In `pluginctl.sh`, uncomment the `NEW_RELIC_CONFIG_OBSCURING_KEY` variable, and set it to the same value or envrionment variable as you used in step 2 for `OBSCURING_KEY`.

**Applies to attributes like insights_insert_key, proxy_username, proxy_password and any other attributes under the parent attribute 'agents'.

### Dashboards

Unix Monitor Dashboards are now installed using the Quickstarts app.
Expand Down

0 comments on commit 137fb3a

Please sign in to comment.