Skip to content
Open
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 @@ -11,6 +11,8 @@ further_reading:
- link: /real_user_monitoring
tag: Documentation
text: Explore Datadog RUM
cascade:
site_support_id: rum_cpp
---
## Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ further_reading:
- link: /real_user_monitoring
tag: Documentation
text: Explore Datadog RUM
site_support_id: rum_cpp
---

{% partial file="sdk/advanced_config/cpp.mdoc.md" /%}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ further_reading:
- link: /real_user_monitoring
tag: Documentation
text: Explore Datadog RUM
site_support_id: rum_cpp
---

{% partial file="sdk/data_collected/cpp.mdoc.md" /%}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ further_reading:
- link: '/real_user_monitoring/error_tracking/explorer'
tag: 'Documentation'
text: 'Visualize Error Tracking data in the Explorer'
site_support_id: rum_cpp
---

## Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ further_reading:
- link: /real_user_monitoring
tag: Documentation
text: Explore Datadog RUM
site_support_id: rum_cpp
---

{% partial file="sdk/setup/cpp.mdoc.md" /%}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ further_reading:
- link: /real_user_monitoring
tag: Documentation
text: Explore Real User Monitoring
site_support_id: rum_cpp
---

{% partial file="sdk/troubleshooting/cpp.mdoc.md" /%}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ To query for all traces containing threat intelligence from any source, use the

## Bring your own threat intelligence

{{< site-region region="gov,gov2" >}}
<div class="alert alert-warning">Bring your own threat intelligence is not supported in {{< region-param key="dd_site_name" >}}.</div>
{{< /site-region >}}

AAP supports enriching and searching traces with threat intelligence indicators of compromise stored in Datadog reference tables. [Reference Tables][2] allow you to combine metadata with information already in Datadog.

For more information, see the [Bring Your Own Threat Intelligence][14] guide.
Expand Down
1 change: 1 addition & 0 deletions content/en/security/guide/byoti_guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Bring Your Own Threat Intelligence
disable_toc: false
site_support_id: byoti
further_reading:
- link: "https://www.datadoghq.com/blog/cloud-siem-enterprise-security"
tag: "Blog"
Expand Down
4 changes: 4 additions & 0 deletions content/en/security/threat_intelligence.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Datadog curates commercial, open-source, and in-house threat intelligence indica

## Bring your own threat intelligence

{{< site-region region="gov,gov2" >}}
<div class="alert alert-warning">Bring your own threat intelligence is not supported in {{< region-param key="dd_site_name" >}}.</div>
{{< /site-region >}}

Datadog Security supports enriching and searching traces with threat intelligence indicators of compromise stored in Datadog reference tables. [Reference Tables][2] allow you to combine metadata with information already in Datadog.

The amount of time threat intelligence persists as an available enrichment varies depending on source:
Expand Down
Loading