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
@@ -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/guide/fips-agent.md
+8-5
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-6
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):
0 commit comments