Configuration Item | Value |
Log output format | JSON Lines |
Single log record prefix | { |
Single log record suffix | } |
Log record delimiter | \\n |
Field delimiter | , |
{"SecurityAction":"Deny","RequestID":"14941044941971548881","RequestTime":"2024-08-12T08:12:15Z","ClientIP":"1.1.1.1"}{"SecurityAction":"Deny","RequestID":"14941045941971548882","RequestTime":"2024-08-12T08:12:30Z","ClientIP":"2.2.2.2"}
Configuration Item | Value |
Log output format | csv |
Log record delimiter | \\n |
Field delimiter | , |
Deny,14941044941971548881,2024-08-12T08:12:15Z,1.1.1.1Deny,14941045941971548882,2024-08-12T08:12:30Z,2.2.2.2
Configuration Item | Value |
Log output format | JSON Lines |
Batch prefix | [ |
Batch suffix | ] |
Single log record prefix | { |
Single log record suffix | } |
Log record delimiter | , |
Field delimiter | , |
[{"SecurityAction":"Deny","RequestID":"14941044941971548881","RequestTime":"2024-08-12T08:12:15Z","ClientIP":"1.1.1.1"},{"SecurityAction":"Deny","RequestID":"14941045941971548882","RequestTime":"2024-08-12T08:12:30Z","ClientIP":"2.2.2.2"},{"SecurityAction":"Allow","RequestID":"14941046941971548883","RequestTime":"2024-08-12T08:12:45Z","ClientIP":"3.3.3.3"}]
Configuration Item | Value |
Log output format | JSON Lines |
Batch prefix | {"events":[ |
Batch suffix | ]} |
Single log record prefix | {"info":{ |
Single log record suffix | }} |
Log record delimiter | , |
Field delimiter | , |
{"events": [{"info": {"SecurityAction":"Deny","RequestID":"14941044941971548881","RequestTime":"2024-08-12T08:12:15Z","ClientIP":"1.1.1.1"}},{"info": {"SecurityAction":"Deny","RequestID":"14941045941971548882","RequestTime":"2024-08-12T08:12:30Z","ClientIP":"2.2.2.2"}}]}
Configuration Item | Value |
Log output format | csv |
Batch prefix | SecurityAction,RequestID,RequestTime,ClientIP\\n |
Log record delimiter | \\n |
Field delimiter | , |
SecurityAction,RequestID,RequestTime,ClientIPDeny,14941044941971548881,2024-08-12T08:12:15Z,1.1.1.1Deny,14941045941971548882,2024-08-12T08:12:30Z,2.2.2.2Allow,14941046941971548883,2024-08-12T08:12:45Z,3.3.3.3
Configuration Item | Value |
Log output format | csv |
Log record delimiter | \\n |
Field delimiter | \\t |
Deny 14941044941971548881 2024-08-12T08:12:15Z 1.1.1.1Deny 14941045941971548882 2024-08-12T08:12:30Z 2.2.2.2Allow 14941046941971548883 2024-08-12T08:12:45Z 3.3.3.3
Was this page helpful?