We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c39a76 commit 90764f6Copy full SHA for 90764f6
_data-prepper/pipelines/configuration/sources/kinesis.md
@@ -69,6 +69,8 @@ Option | Required | Type | Description
69
`key_name` | No | String | The name of the input field from which to extract the JSON array and create Data Prepper events.
70
`include_keys` | No | List | The list of input fields to be extracted and added as additional fields in the Data Prepper event.
71
`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
+
74
75
### `newline` codec
76
0 commit comments