Skip to content

Commit

Permalink
Update units-shell.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anastyakulyk authored Nov 12, 2021
1 parent 143af66 commit 0759b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/units-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ units:

* `type` - *string*, *required*. A type of format to deliver the output. Could have 3 options: JSON, regexp, separator. According to the type specified, further options will differ.

* `JSON` - if the `type` is defined as JSON, outputs will be delivered in JSON format. This type of output makes all other options not required.
* `JSON` - if the `type` is defined as JSON, outputs will be parsed as key-value JSON. This type of output makes all other options not required.

* `regexp` - if the `type` is defined as regexp, this introduces an additional required option `regexp`. Regexp is a regular expression which defines how to parse each line in the module output. Example:

Expand Down

0 comments on commit 0759b32

Please sign in to comment.