You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Yes, you're right. In fact the sample file consists of two separate JSON documents joined together. You can split it on line 61 and verify separately both part against jsonlint.com.
The second form of output named "jsonperline" is more appropriate as it should be correct NDJSON output. This output is invalid as JSON document but as I remember during creating stuff I needed just simple JSON-like structure to easily visualise the content in case of few log entries.
Hi,
the .json output is not valid, tested on https://jsonlint.com/?code= on sample file modsec_audit2_2018-06-11_20-16-27.json report the following problem:
Error: Parse error on line 61: ...de": "ENABLED" }} { "transaction": { ---------------------^ Expecting 'EOF', '}', ',', ']', got '{'
The text was updated successfully, but these errors were encountered: