Skip to content

Commit 90764f6

Browse files
Update kinesis.md to add documentation for new configuration (#9585)
* Update kinesis.md to add documentation for new configuration Signed-off-by: Saketh, Pallempati <Pallempati.Saketh@fmr.com> * Update _data-prepper/pipelines/configuration/sources/kinesis.md Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Signed-off-by: Saketh Pallempati <saketh.pallempati@gmail.com> --------- Signed-off-by: Saketh, Pallempati <Pallempati.Saketh@fmr.com> Signed-off-by: Saketh Pallempati <saketh.pallempati@gmail.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
1 parent 0c39a76 commit 90764f6

File tree

1 file changed

+2
-0
lines changed
  • _data-prepper/pipelines/configuration/sources

1 file changed

+2
-0
lines changed

_data-prepper/pipelines/configuration/sources/kinesis.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Option | Required | Type | Description
6969
`key_name` | No | String | The name of the input field from which to extract the JSON array and create Data Prepper events.
7070
`include_keys` | No | List | The list of input fields to be extracted and added as additional fields in the Data Prepper event.
7171
`include_keys_metadata` | No | List | The list of input fields to be extracted and added to the Data Prepper event metadata object.
72+
`max_event_length` | No | Integer | The maximum size of any single event being read by the JSON codec. Default is 20,000,000 characters.
73+
7274

7375
### `newline` codec
7476

0 commit comments

Comments
 (0)