Skip to content

Commit 7dd5621

Browse files
eho1307estherk15
andauthored
Revise preview content for End User Device Monitoring (#35765)
* Revise setup instructions for End User Device Monitoring Updated instructions for configuring the Datadog Agent for End User Device Monitoring, including a note about host billing. * replace image * Add new image * Update image source for End User Devices page * Restore end_user_devices.png to master version * Fix images and note formatting * Apply suggestions from code review Co-authored-by: Esther Kim <esther.kim@datadoghq.com> * Remove setup from public docs to improve user workflow --------- Co-authored-by: Esther Kim <esther.kim@datadoghq.com>
1 parent 9d7e17d commit 7dd5621

4 files changed

Lines changed: 15 additions & 17 deletions

File tree

config/_default/menus/main.en.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2997,11 +2997,6 @@ menu:
29972997
identifier: end_user_device_monitoring
29982998
parent: infrastructure_heading
29992999
weight: 40000
3000-
- name: Setup
3001-
url: infrastructure/end_user_device_monitoring/setup/
3002-
identifier: end_user_device_monitoring_setup
3003-
parent: end_user_device_monitoring
3004-
weight: 1
30053000
- name: Hosts
30063001
url: infrastructure/hostmap/
30073002
identifier: hosts

content/en/infrastructure/end_user_device_monitoring/_index.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
22
title: End User Device Monitoring
33
description: Monitor employee desktops and laptops to detect performance, connectivity, and application issues across your organization.
4-
further_reading:
5-
- link: "/infrastructure/end_user_device_monitoring/setup"
6-
tag: "Documentation"
7-
text: "Set up End User Device Monitoring"
84
---
95

106
{{< callout url="https://www.datadoghq.com/product-preview/end-user-device-monitoring/" btn_hidden="false" >}}
117
End User Device Monitoring is in Preview. To enroll, click <b>Request Access</b>.
128
{{< /callout >}}
139

14-
{{< img src="/infrastructure/end_user_device_monitoring/end_user_devices.png" alt="End User Devices page showing four healthy devices, charts for device types and operating systems, and a device table with one laptop marked for system crashes." style="width:100%;" >}}
10+
{{< img src="/infrastructure/end_user_device_monitoring/end_user_device_monitoring.png" alt="End User Devices page showing four healthy devices, charts for device types and operating systems, and a device table with one laptop marked for system crashes." style="width:100%;" >}}
1511

1612
End User Device Monitoring gives IT teams visibility into the health and performance of employee desktops and laptops, both physical and virtual. It helps identify performance and connectivity issues affecting employees and provides a unified view of device, network, and application health across your workforce.
1713

@@ -34,14 +30,10 @@ Use [Fleet Automation][6] to manage the Agents installed on those devices, inclu
3430
| **Windows crash detection** | Detect Blue Screen of Death (BSOD) events on Windows devices with the [Windows Crash Detection integration][3], which generates Datadog events showing when system crashes occur. |
3531
| **Network path analysis** | Use [Network Path][4] to trace network traffic from an end-user device to its destination and identify where latency or connectivity issues occur. |
3632

37-
## Further reading
38-
39-
{{< partial name="whats-next/whats-next.html" >}}
40-
4133
[1]: /infrastructure/process
4234
[2]: /integrations/wlan/
4335
[3]: /integrations/wincrashdetect/
4436
[4]: /network_monitoring/network_path/
4537
[5]: https://app.datadoghq.com/end-user-devices
4638
[6]: /agent/fleet_automation/
47-
[7]: /logs/
39+
[7]: /logs/

content/en/infrastructure/end_user_device_monitoring/setup.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Set up End User Device Monitoring
33
description: Set up End User Device Monitoring to collect performance and connectivity data from employee desktops and laptops.
4+
private: true
45
further_reading:
56
- link: "/infrastructure/end_user_device_monitoring/"
67
tag: "Documentation"
@@ -11,7 +12,11 @@ further_reading:
1112
End User Device Monitoring is in Preview. To enroll, click <b>Request Access</b>.
1213
{{< /callout >}}
1314

14-
This page explains how to configure the Datadog Agent to enable End User Device Monitoring.
15+
## Overview
16+
17+
Managing employee devices at scale is difficult when performance issues, connectivity problems, and crashes are hard to detect before they affect users. End User Device Monitoring gives IT teams visibility into the health and performance of employee desktops and laptops, both physical and virtual, from a single location in Datadog. This page covers how End User Device Monitoring works and its key capabilities.
18+
19+
<div class="alert alert-danger">You must receive confirmation of Preview access before data appears in Datadog. After submitting your request, wait for an access confirmation before completing the setup steps below.</div>
1520

1621
## Supported platforms
1722

@@ -21,13 +26,18 @@ This page explains how to configure the Datadog Agent to enable End User Device
2126

2227
## Configure the Datadog Agent
2328

29+
1. Confirm that you have received access to the Preview. If you have not received confirmation, [request access][12] and wait for approval before continuing.
30+
2431
1. Install the Datadog Agent (v7.76 or later is required):
2532
- [Windows installation instructions][1]
2633
- [macOS installation instructions][2]
2734
- [Linux installation instructions][3]
2835

2936
1. In the main `datadog.yaml` configuration file, set the following parameter:
30-
{{< code-block lang="yaml" >}}
37+
38+
<div class="alert alert-danger">This parameter is required. Without it, devices are billed as hosts.</div>
39+
40+
{{< code-block lang="yaml" >}}
3141
infrastructure_mode: end_user_device
3242
{{< /code-block >}}
3343

@@ -74,3 +84,4 @@ To collect additional data from monitored devices, enable one or more of the fol
7484
[9]: /integrations/wincrashdetect/
7585
[10]: /network_monitoring/network_path/setup/?tab=windows
7686
[11]: /infrastructure/end_user_device_monitoring/#key-capabilities
87+
[12]: https://www.datadoghq.com/product-preview/end-user-device-monitoring/
545 KB
Loading

0 commit comments

Comments
 (0)