Skip to documentation content
On this page
  1. Reference

--json-progress

Stream JSON progress records before the final result

Reference

FieldValueDescription
Flags--json-progress
Destinationjson_progress
Value typeboolean
Actionstore_true
Requiredfalse
Defaultfalse
RequirementOptional.
Validation 1When absent, progress is written only to the text log.
Validation 2When present, stdout is JSON Lines: zero or more event records followed by one final summary object.

Syntax: --json-progress

Optional. The parser stores this option as json_progress with value type boolean and default false.

Validation

  • When absent, progress is written only to the text log.
  • When present, stdout is JSON Lines: zero or more event records followed by one final summary object.