Configuration Item | Value |
Log Output Format | JSON Lines |
Single Log Prefix | { |
Single Log Suffix | } |
Log Separator | \\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 Separator | \\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 Prefix | { |
Single Log Suffix | } |
Log Separator | , |
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 Prefix | {"info":{ |
Single Log Suffix | }} |
Log Separator | , |
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 Separator | \\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 Separator | \\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?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback