Skip to content

Commit

Permalink
Merge pull request #19532 from wildcardlinux/patch-24
Browse files Browse the repository at this point in the history
Update security-controls-privacy.mdx
  • Loading branch information
cbehera-newrelic authored Dec 18, 2024
2 parents 2f4f502 + 393f15f commit d5b38c0
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,12 @@ We have specific certifications and standards as it pertains to data storage, wh

## HTTP parameters disabled by default [#http]

By default, New Relic agents disable collection of HTTP request parameters, such as the query string of a URL. This is an automatic safeguard to protect potentially sensitive data. New Relic collects and displays HTTP parameters only when you explicitly enable them in your [agent configuration file](/docs/using-new-relic/cross-product-functions/install-configure/configure-agent).
By default, New Relic agents disable collection of HTTP request parameters, such as the query string of a URL. This is an automatic safeguard to protect potentially sensitive data. New Relic collects and displays HTTP parameters only when you explicitly enable http parameters or attributes in your [agent configuration file](/docs/using-new-relic/cross-product-functions/install-configure/configure-agent).

* [Go agent attributes](https://docs.newrelic.com/docs/apm/agents/go-agent/configuration/go-agent-configuration/#txn-events-attributes)
* [Java agent attributes](https://docs.newrelic.com/docs/apm/agents/java-agent/configuration/java-agent-configuration-config-file/#cfg-attributes-enabled)
* [.NET agent attributes](https://docs.newrelic.com/docs/apm/agents/net-agent/configuration/net-agent-configuration/#agent-attributes)
* [Node.Js agent attributes](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/nodejs-agent-configuration/#tx-attributes-include)
* [PHP agent Request Parameters](https://docs.newrelic.com/docs/apm/agents/php-agent/attributes/attribute-examples/#ex_req_params)
* [Python agent attributes](https://docs.newrelic.com/docs/apm/agents/python-agent/configuration/python-agent-configuration/#cfg-events-attributes-enabled)
* [Ruby agent Capture Parameters](https://docs.newrelic.com/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration/#capture_params)

0 comments on commit d5b38c0

Please sign in to comment.