Update GENERATE_COMMENT
This commit is contained in:
parent
71a1e39e55
commit
c2cf68bd92
2 changed files with 1 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ ASN: 53667 (PONYNET)
|
||||||
Protocol: HTTP/1.0 (method GET)
|
Protocol: HTTP/1.0 (method GET)
|
||||||
Endpoint: /
|
Endpoint: /
|
||||||
Timestamp: 2024-11-09T19:20:18Z
|
Timestamp: 2024-11-09T19:20:18Z
|
||||||
Ray ID: 8e0028cb79ab3a96
|
|
||||||
Rule ID: badscore
|
Rule ID: badscore
|
||||||
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36
|
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ exports.GENERATE_COMMENT = ({ action, clientAsn, clientASNDescription, clientReq
|
||||||
{ label: 'Endpoint', value: clientRequestPath },
|
{ label: 'Endpoint', value: clientRequestPath },
|
||||||
{ label: 'Query', value: clientRequestQuery },
|
{ label: 'Query', value: clientRequestQuery },
|
||||||
{ label: 'Timestamp', value: datetime },
|
{ label: 'Timestamp', value: datetime },
|
||||||
{ label: 'Ray ID', value: rayName },
|
// { label: 'Ray ID', value: rayName },
|
||||||
// { label: 'Rule ID', value: ruleId },
|
// { label: 'Rule ID', value: ruleId },
|
||||||
{ label: 'UA', value: userAgent || 'Empty string' },
|
{ label: 'UA', value: userAgent || 'Empty string' },
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue