Skip to content

Commit

Permalink
update configuration parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schmikei committed Dec 3, 2024
1 parent 2b5ffa2 commit 4acde3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions processor/unrollprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ This is an experimental processor and is expected that this functionality would


## Configuration
| Field | Type | Default | Description |
| ----- | ---- | ------- | ----------- |
| Field | Type | Default | Description |
| --------- | ------ | ------- | ---------------------------------------------------------------------------------------------------------- |
| field | string | body | note: body is currently the only available value for unrolling; making this configuration currently static |
| recursive | bool | false | whether to recursively unroll body slices of slices |


### Example configuration

```yaml
unroll:
recursive: false
```
Expand Down

0 comments on commit 4acde3b

Please sign in to comment.