Skip to content

Commit

Permalink
Update kafka.md (opensearch-project#7774)
Browse files Browse the repository at this point in the history
Fixed capitalization issue.

Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
hdhalter authored and leanneeliatra committed Jul 24, 2024
1 parent 12784c0 commit 8870b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data-prepper/pipelines/configuration/sources/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Use the following options when setting SSL encryption.
Option | Required | Type | Description
:--- | :--- | :--- | :---
`type` | No | String | The encryption type. Use `none` to disable encryption. Default is `ssl`.
`Insecure` | No | Boolean | A Boolean flag used to turn off SSL certificate verification. If set to `true`, certificate authority (CA) certificate verification is turned off and insecure HTTP requests are sent. Default is `false`.
`insecure` | No | Boolean | A Boolean flag used to turn off SSL certificate verification. If set to `true`, certificate authority (CA) certificate verification is turned off and insecure HTTP requests are sent. Default is `false`.


#### AWS
Expand Down

0 comments on commit 8870b16

Please sign in to comment.