diff --git a/src/content/docs/apm/agents/manage-apm-agents/configuration/server-side-agent-configuration.mdx b/src/content/docs/apm/agents/manage-apm-agents/configuration/server-side-agent-configuration.mdx index 952a72d8f2e..30c1abb8b83 100644 --- a/src/content/docs/apm/agents/manage-apm-agents/configuration/server-side-agent-configuration.mdx +++ b/src/content/docs/apm/agents/manage-apm-agents/configuration/server-side-agent-configuration.mdx @@ -15,6 +15,8 @@ freshnessValidatedDate: never Server-side configuration transitions some core settings from your language agent's configuration file to the [New Relic collector](/docs/accounts-partnerships/education/getting-started-new-relic/glossary#collector). Depending on the language agent, available settings may include: * Transaction tracing +* Application log forwarding (Java agent only) +* Slow SQL * SQL recording and logging * SQL query plans * Error collection @@ -54,7 +56,13 @@ The PHP agent doesn't support server-side configuration. To enable server-side c 1. Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > APM**. 2. Click on your app. Then click **Settings > Application > Server-side agent configuration**. -After you enable server-side configuration, you can view and change the available settings through the UI. +After enabling server-side configuration, you can access and modify the settings from the UI. Select your desired options from the **server-side agent configuration**. + +Screen capture showing the server side agent configuration. ## Configure from NerdGraph API [#enable-nerdgraph] diff --git a/static/images/server_side_agent_configuration_screenshot.webp b/static/images/server_side_agent_configuration_screenshot.webp new file mode 100644 index 00000000000..f902fd04ced Binary files /dev/null and b/static/images/server_side_agent_configuration_screenshot.webp differ