1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add unparsed_line to docs

This commit is contained in:
Kelly Brazil
2021-05-04 19:05:20 -07:00
parent a1fe7037e5
commit 5ca0fc364e

View File

@ -39,6 +39,7 @@ Schema:
"responses": [ "responses": [
{ {
"type": string, # 'reply', 'timeout', 'unparsable_line', etc. See `_error_type.type_map` for all options "type": string, # 'reply', 'timeout', 'unparsable_line', etc. See `_error_type.type_map` for all options
"unparsed_line": string, # only if an 'unparsable_line' type
"timestamp": float, "timestamp": float,
"bytes": integer, "bytes": integer,
"response_ip": string, "response_ip": string,