Skip to content

Commit c880d4b

Browse files
authored
Add event correlation to unsupported sites (#30289)
* Add event correlation to unsupported sites * Add clarifier to reduce future confusion
1 parent 6e56298 commit c880d4b

File tree

4 files changed

+11
-20
lines changed

4 files changed

+11
-20
lines changed

config/_default/params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ unsupported_sites:
262262
ci_visibility: [gov]
263263
continuous_delivery: [gov]
264264
continuous_integration: [gov]
265+
correlation: [gov] #Event management correlation
265266
data_jobs: [gov]
266267
datadog_cloudcraft: [gov]
267268
dora_metrics: [gov]

content/en/service_management/events/correlation/_index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ further_reading:
1111
algolia:
1212
tags: ["event correlation", "event grouping", "correlation pattern"]
1313
---
14-
{{% site-region region="gov" %}}
15-
<div class="alert alert-warning">
16-
Event Correlation is not available in the {{< region-param key=dd_datacenter code="true" >}} site.
17-
</div>
18-
{{% /site-region %}}
14+
1915
## Overview
2016

21-
Event Correlation groups events based on their relationships or on user-defined configurations to reduce the number of notifications and issues identified from the environment. Use correlation and cases to:
22-
* Reduce alert fatigue
23-
* Reduce the number of tickets and notifications you receive
17+
Event Correlation groups events based on their relationships or on user-defined configurations to reduce the number of notifications and issues identified from the environment. Use correlation and cases to:
18+
* Reduce alert fatigue
19+
* Reduce the number of tickets and notifications you receive
2420
* Have all affected teams to be aware of a single issue instead of working in silos
2521

2622
{{< whatsnext desc="Get Started:">}}

content/en/service_management/events/correlation/analytics.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ further_reading:
88

99
## Overview
1010

11-
Keep track of your teams' workload by charting and creating dashboards for events, alerts, and cases.
11+
Keep track of your teams' workload by charting and creating dashboards for events, alerts, and cases.
1212

1313

1414
## Case Metrics
1515

1616
{{< img src="service_management/events/correlation/case_analytics.png" alt="Configure case analytics" style="width:100%;" >}}
1717

1818

19-
You can query Case analytics in a variety of graph widgets to analyze team productivity and identify patterns in issues. Display analytic graphs on both Dashboards and Notebooks. To get started, in the widget configuration, select **Cases** in the data source dropdown under the *Graph your data* section.
19+
You can query Case analytics in a variety of graph widgets to analyze team productivity and identify patterns in issues. Display analytic graphs on both Dashboards and Notebooks. To get started, in the widget configuration, select **Cases** in the data source dropdown under the *Graph your data* section.
2020

2121
The following widgets support Case Analytics:
2222

2323
- timeseries
2424
- top list
25-
- query value
25+
- query value
2626
- table
27-
- tree map
28-
- pie chart
27+
- tree map
28+
- pie chart
2929
- change
3030
- list
3131

@@ -36,7 +36,7 @@ Break down event metrics by source, host, service, and more. Find out where your
3636

3737
{{< img src="service_management/events/correlation/event_analytics.png" alt="Configure event analytics" style="width:100%;" >}}
3838

39-
To get started, in the widget configuration, select **Events** in the data source dropdown under the *Graph your data* section.
39+
To get started, in the widget configuration, select **Events** in the data source dropdown under the *Graph your data* section.
4040

4141
## Further Reading
4242

content/en/service_management/events/correlation/configuration.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ further_reading:
99
text: "Analytics on cases"
1010
---
1111

12-
{{% site-region region="gov" %}}
13-
<div class="alert alert-warning">
14-
Event Correlation is not supported for your selected <a href="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).
15-
</div>
16-
{{% /site-region %}}
17-
1812
## Overview
1913

2014
There are two types of correlations:

0 commit comments

Comments
 (0)