Skip to content

Commit 4395244

Browse files
committed
acrolinx
1 parent 290ff65 commit 4395244

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-netapp-files/manage-file-access-logs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ File access logs provide file access logging for individual volumes, capturing f
1717
## Considerations
1818

1919
>[!IMPORTANT]
20-
>File access logs is only supported with SMB3, NFSv4.1, and dual-protocol volumes. It's not supported on NFSv3 volumes.
20+
>The file access logs feature is only supported with SMB3, NFSv4.1, and dual-protocol volumes. It's not supported on NFSv3 volumes.
2121
2222
* Once file access logs are enabled on a volume, they can take up to 75 minutes to become visible.
2323
* Each log entry consumes approximately 1 KB of space.
@@ -33,9 +33,9 @@ File access logs provide file access logging for individual volumes, capturing f
3333
* System access control list (SACL) settings for logging should be used sparingly. Frequent operations (for example, READ or GET) can have significant performance impact, but have limited logging value. It's recommended that SACL setting not log these frequent operations to conserve performance.
3434
* SACL policy additions aren't currently supported with file access logs.
3535
* When clubbing events such as READ/WRITE, only a handful of operation per file read or write are captured to reduce event logging rate. 
36-
* File access logs support a [log generation rate metric](azure-netapp-files-metrics.md). The log generation rate should not exceed 64 MiB/minute.
36+
* File access logs support a [log generation rate metric](azure-netapp-files-metrics.md). The log generation rate shouldn't exceed 64 MiB/minute.
3737

38-
If the rate of file access event generation exceeds 64 MiB/minute, the [Activity log](monitor-azure-netapp-files.md) sends a message stating that the rate of file access log generation is exceeding the limit. If log generation exceeds the limit, logging events can be delayed or dropped. If you are approaching this limit, disable noncritical auditing ACLs to reduce the event generation rate. As a precaution, you can [create an alert](/azure/azure-monitor/alerts/alerts-create-activity-log-alert-rule) for this event.
38+
If the rate of file access event generation exceeds 64 MiB/minute, the [Activity log](monitor-azure-netapp-files.md) sends a message stating that the rate of file access log generation is exceeding the limit. If log generation exceeds the limit, logging events can be delayed or dropped. If you're approaching this limit, disable noncritical auditing ACLs to reduce the event generation rate. As a precaution, you can [create an alert](/azure/azure-monitor/alerts/alerts-create-activity-log-alert-rule) for this event.
3939

4040
* During migration or robocopy operations, disable file access logs to reduce log generation.
4141
* It's recommended you avoid enabling file access logs on files with more than 450 ACEs to avoid performance issues.
@@ -81,10 +81,10 @@ The file access logs feature is currently in preview. If you're using this featu
8181
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFileAccessLogs
8282
```
8383
84-
1. Check the status of the registiation
84+
1. Check the status of the registration:
8585
8686
> [!NOTE]
87-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is **Registered** before continuing.
87+
> The **RegistrationState** can be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is **Registered** before continuing.
8888
8989
```azurepowershell-interactive
9090
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFileAccessLogs`
@@ -126,7 +126,7 @@ You must set SACLs for SMB shares or Audit ACEs for NFSv4.1 exports for auditing
126126
If you're logging access events on all files and directories within a volume, set SACLs by applying Storage-Level Access Guard security.
127127
128128
>[!NOTE]
129-
> Select only the events you need to log. Selecting too many log options may impact system performance.
129+
> Select only the events you need to log. Selecting too many log options can impact system performance.
130130
131131
To enable logging access on individual files and directories, complete the following steps on the Windows administration host.
132132

0 commit comments

Comments
 (0)