From 591ec41c87014cd4211ebfe78b962c4e892a311a Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Tue, 11 Nov 2025 06:56:12 -0800 Subject: [PATCH] Remove requirement of write access for Windows logs The Agent only needs read access to read the logs, not write. --- content/en/agent/logs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/agent/logs/_index.md b/content/en/agent/logs/_index.md index 47ac2baca8758..2fb7dc37b4b86 100644 --- a/content/en/agent/logs/_index.md +++ b/content/en/agent/logs/_index.md @@ -78,7 +78,7 @@ logs: source: "" ``` -On **Windows**, use the path `:\\\\.log`, and verify that the user `ddagentuser` has read and write access to the log file. +On **Windows**, use the path `:\\\\.log`, and verify that the user `ddagentuser` has read access to the log file. **Note**: A log line needs to be terminated with a newline character, `\n` or `\r\n`, otherwise the Agent waits indefinitely and does not send the log line.