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
Copy file name to clipboardExpand all lines: content/commands/acl-list.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ configuration file if you wish (but make sure to check [`ACL SAVE`]({{< relref "
44
44
2) "user default on nopass ~* &* +@all"
45
45
```
46
46
47
+
{{< note >}}
48
+
In some cases, you might see `allchannels` instead of `&*` and `allkeys` instead of `~*` in the output. This is because `allchannels` and `allkeys` are aliases for `&*` and `~*` respectively.
Copy file name to clipboardExpand all lines: content/commands/acl-log.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Each log entry is composed of the following fields:
92
92
5.`username`: The username that executed the command that caused the security events or the username that had a failed authentication attempt.
93
93
6.`age-seconds`: Age of the log entry in seconds.
94
94
7.`client-info`: Displays the client info of a client which caused one of the security events.
95
-
8.`entry-id`: The sequence number of the entry (starting at 0) since the server process started. Can also be used to check if items were “lost”, if they fell between periods.
95
+
8.`entry-id`: The sequence number of the entry (starting at 0) since the server process started. Can also be used to check if items were "lost", if they fell between periods.
96
96
9.`timestamp-created`: A UNIX timestamp in `milliseconds` at the time the entry was first created.
97
97
10.`timestamp-last-updated`: A UNIX timestamp in `milliseconds` at the time the entry was last updated.
0 commit comments