Skip to content

Commit

Permalink
[INLONG-1015][Audit] Update json description
Browse files Browse the repository at this point in the history
  • Loading branch information
doleyzi committed Sep 29, 2024
1 parent 4db203c commit f339b89
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,20 @@ Audit Proxy负责接收来自 Audit SDK 发送的 Protobuf 格式数据,并对

```json
{
"ip": "value",
"dockerId": "value",
"threadId": "value",
"sdkTs": value,
"packetId": value,
"logTs": value,
"inlongGroupId": "value",
"inlongStreamId": "value",
"auditId": "value",
"auditTag": "value",
"count": value,
"size": value,
"delay": value,
"auditVersion": value
"ip": "127.0.0.1",
"dockerId": "1",
"threadId": "1",
"sdkTs": 1727600278000,
"packetId": 1,
"logTs": 1727600278000,
"inlongGroupId": "groupId",
"inlongStreamId": "streamId",
"auditId": "auditId",
"auditTag": "auditTag",
"count": 1,
"size": 1,
"delay": 1,
"auditVersion": 1
}
```

Expand Down

0 comments on commit f339b89

Please sign in to comment.