You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Modify NetFlow port mappings][153]| A user modified NetFlow port mappings. |`@evt.name:"Network Device Monitoring" @asset.type:netflow_port_mappings @action:modified`|
372
+
|[Delete NetFlow port mappings][154]| A user deleted NetFlow port mappings. |`@evt.name:"Network Device Monitoring" @asset.type:netflow_port_mappings @action:deleted`|
373
+
|[Access network device profiles][155]| A user accessed network device profiles. |`@evt.name:"Network Device Monitoring" @asset.type:network_device @action:accessed`|
374
+
|[Access network device details][156]| A user accessed network device details. |`@evt.name:"Network Device Monitoring" @asset.type:network_device @action:accessed`|
375
+
|[Access network interfaces][157]| A user accessed network interfaces. |`@evt.name:"Network Device Monitoring" @asset.type:network_device @action:accessed`|
376
+
|[Access network devices list][158]| A user accessed the network devices list. |`@evt.name:"Network Device Monitoring" @asset.type:network_device @action:accessed`|
377
+
|[Access network device facets][159]| A user accessed network device facets. |`@evt.name:"Network Device Monitoring" @asset.type:network_device @action:accessed`|
378
+
|[Access network device groups][160]| A user accessed network device groups. |`@evt.name:"Network Device Monitoring" @asset.type:network_device @action:accessed`|
379
+
|[Access network device tags][161]| A user accessed network device tags. |`@evt.name:"Network Device Monitoring" @asset.type:network_device_tags @action:accessed`|
380
+
|[Modify network device tags][162]| A user modified network device tags." |`@evt.name:"Network Device Monitoring" @asset.type:network_device_tags @action:modified`|
381
+
|[Access network MIB leaves][163]| A user accessed network MIB leaves. |`@evt.name:"Network Device Monitoring" @asset.type:network_device @action:accessed`|
382
+
383
+
367
384
## Further Reading
368
385
369
386
{{< partial name="whats-next/whats-next.html" >}}
@@ -520,3 +537,14 @@ See the [Audit Trail documentation][2] for more information on setting up and co
@@ -200,7 +206,7 @@ If you're upgrading from a Datadog Agent version < 5.12.0, first upgrade to a mo
200
206
201
207
#### Installation log files
202
208
203
-
You can find Agent installation log files at `%TEMP%\MSI*.LOG`.
209
+
Set the `/log <FILENAME>` msiexec option to configure an installation log file. If this option is not set, msiexec writes the log to `%TEMP%\MSI*.LOG` by default.
Copy file name to clipboardExpand all lines: content/en/agent/fleet_automation/_index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,13 @@ Selecting an Agent gives you more information about it, including its configurat
61
61
62
62
After you enable Remote Configuration on an Agent, you can send a flare from Datadog. For instructions on sending a flare, see [Send a flare from the Datadog site][7].
63
63
64
+
When contacting Datadog Support with Remote Configuration enabled for an Agent, the Support team may initiate a flare from your environment in order to better assist you in a timely manner. Flares provide troubleshooting information to Datadog Support to help you resolve your issue.
65
+
64
66
## Remote Agent Management
65
67
66
68
Remote Agent Management simplifies the process of upgrading your Agent fleet by reducing the need to coordinate with multiple deployment or configuration management tools. For more information, see [Remote Agent Management][6].
67
69
70
+
68
71
## Control access to Fleet Automation
69
72
70
73
Fleet Automation is available to all users in a Datadog organization. You can control access to specific functionality:
Copy file name to clipboardExpand all lines: content/en/agent/guide/fips-agent.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,13 +89,16 @@ The Datadog FIPS Agent is in Preview and has not been fully audited. Install and
89
89
The Datadog FIPS Agent is in preview and has not been fully audited. Install and test the Agent only on hosts that are not critical to production workloads.
90
90
91
91
1. Follow the [Windows instructions][1] to uninstall the Datadog Agent.
92
-
1. Run the command below to install the FIPS Agent, replacing `MY_API_KEY` with your API key:
92
+
1. Run the command below to install the FIPS Agent, replacing `DATADOG_API_KEY` with your API key:
93
93
94
94
**Note:** FIPS support is only available on Agent versions 7.63.0 and above:
Write-Host "msiexec failed with exit code $($p.ExitCode) please check the logs at C:\Windows\SystemTemp\install-datadog.log" -ForegroundColor Red
100
+
}
101
+
{{< /code-block >}}
99
102
100
103
To install a different preview version of the FIPS Agent, search the [list of stable Agent versions][2] for `datadog-fips-agent` and replace the MSI in the command above with your desired version.
101
104
@@ -111,7 +114,7 @@ The Datadog FIPS Agent is in preview and has not been fully audited. Install and
111
114
**Note**: The program name for the FIPS Agent in **Add or Remove Programs** is "Datadog FIPS Agent."
Copy file name to clipboardExpand all lines: content/en/agent/guide/windows-agent-ddagent-user.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,12 @@ If a user account is specified on the command line, but this user account is not
34
34
35
35
To specify the optional USERNAME and PASSWORD on the command line, pass the following properties to the `msiexec` command (The bracket `<>` characters indicate a variable that should be replaced):
Copy file name to clipboardExpand all lines: content/en/agent/troubleshooting/send_a_flare.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ A flare gathers all of the Agent's configuration files and logs into an archive
28
28
29
29
The Datadog Agent is completely open source, which allows you to [verify the code's behavior][1]. If needed, the flare can be reviewed prior to sending since the flare prompts a confirmation before uploading it.
30
30
31
+
When contacting Datadog Support with Remote Configuration enabled for an Agent, the Support team may initiate a flare from your environment in order to better assist you in a timely manner. Flares provide troubleshooting information to Datadog Support to help you resolve your issue.
32
+
31
33
## Send a flare from the Datadog site
32
34
33
35
To send a flare from the Datadog site, make sure you've enabled [Fleet Automation][2] and [Remote configuration][3] on the Agent.
0 commit comments