Skip to content

Commit bff3caa

Browse files
authored
Merge pull request #568 from percona/ps-10149
PS-10149 - [DOCS] - Audit Log Filter JSON output not matching documen…
2 parents 09d0a14 + 00522c2 commit bff3caa

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/audit-log-filter-json.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,14 @@ Certain statistics, such as query time and size, are only available in the JSON
2525
"command": "query"}
2626
},
2727
{
28-
"timestamp": "2023-03-29 11:17:05",
29-
"id": 2,
28+
"timestamp": "2025-03-29 11:17:05",
29+
"id": 332,
3030
"class": "general",
3131
"event": "log",
3232
"connection_id": 11,
3333
"account": { "user": "root[root] @ localhost []", "host": "localhost" },
3434
"login": { "user": "root[root] @ localhost []", "os": "", "ip": "", "proxy": "" },
35-
"general_data": {
36-
"command": "Query",
37-
"sql_command": "create_table",
38-
"query": "CREATE TABLE t1 (c1 INT)",
39-
"status": 0}
35+
"general_data": { "status": 0 }
4036
},
4137
{
4238
"timestamp": "2023-03-29 11:17:05",

0 commit comments

Comments
 (0)