Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ further_reading:

Before setting up Application & API Protection, ensure the following prerequisites are met:
- **Datadog Agent:** [Install the Datadog Agent][2] and configure it for your application's operating system or container, cloud, or virtual environment.
- **Datadog APM Configuration:** Datadog APM is configured for your application or service, and web traces (`type:web`) are being received by Datadog.
- **Supported Tracing Library:** The Datadog Tracing Library used by your application or service supports Application & API Protection capabilities for the language of your application or service. For more details, refer to the [Library Compatibility][1] page.

## Using ASM without APM tracing
Expand Down
7 changes: 2 additions & 5 deletions layouts/shortcodes/appsec-getstarted-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
## Prerequisites

- The [Datadog Agent][101] is installed and configured for your application's operating system or container, cloud, or virtual environment.
- [Datadog APM][103] is configured for your application or service, and traces are being received by Datadog.
- If your service is running with [an Agent with Remote Configuration enabled and a tracing library version that supports it][104], you can block attackers from the Datadog UI without additional configuration of the Agent or tracing libraries.
- If your service is running with [an Agent with Remote Configuration enabled and a tracing library version that supports it][102], you can block attackers from the Datadog UI without additional configuration of the Agent or tracing libraries.

[101]: https://app.datadoghq.com/account/settings#agent
[102]: https://app.datadoghq.com/services?lens=Security
[103]: /tracing/trace_collection/dd_libraries/
[104]: /agent/remote_config/?tab=configurationyamlfile#enabling-remote-configuration
[102]: /agent/remote_config/?tab=configurationyamlfile#enabling-remote-configuration
Loading