Skip to content

Commit 7d8e475

Browse files
Merge pull request #35556 from dimitri-furman/dfurman/xe
Advise against long-running event sessions
2 parents e58e782 + 8212cfe commit 7d8e475

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/extended-events/targets-for-extended-events-in-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article explains different targets for Extended Events session
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: dfurman, randolphwest
7-
ms.date: 10/02/2025
7+
ms.date: 10/13/2025
88
ms.service: sql
99
ms.subservice: xevents
1010
ms.topic: conceptual
@@ -49,7 +49,7 @@ The `event_file` target writes event session output from memory buffers to a dis
4949
- You can optionally specify the `MAX_ROLLOVER_FILES` option to choose the maximum number of files to retain in the file system in addition to the current file. The default value is `UNLIMITED`. When `MAX_ROLLOVER_FILES` is evaluated, if the number of files exceeds the `MAX_ROLLOVER_FILES` setting, the older files are deleted.
5050

5151
> [!IMPORTANT]
52-
> Depending on the events added to a session, the files produced by the `event_file` target might contain sensitive data. Carefully review the file system and share permissions on the directory and individual `.xel` files, including inherited access, to avoid granting unnecessary read access. Follow the [principle of least privilege](/entra/identity-platform/secure-least-privileged-access).
52+
> Depending on the events added to a session, the files produced by the `event_file` target might contain sensitive data. Carefully review the file system and share permissions on the directory and individual `.xel` files, including inherited access, to avoid granting unnecessary read access. Follow the [principle of least privilege](/entra/identity-platform/secure-least-privileged-access). To reduce the risk of collecting sensitive data inadvertently, avoid long-running event sessions if they might collect sensitive data.
5353
5454
::: moniker range="= azuresqldb-current || = azuresqldb-mi-current "
5555

0 commit comments

Comments
 (0)