Fix table formatting for http_source doc. (#3451)

Signed-off-by: carolxob <carolxob@amazon.com>
This commit is contained in:
Caroline 2023-03-16 12:47:57 -04:00 committed by GitHub
parent eead5ecf29
commit 0c2c72fbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ nav_order: 5
Option | Required | Type | Description
:--- | :--- | :--- | :---
port | No | Integer | The port that the source is running on. Default value is `2021`. Valid options are between `0` and `65535`.
health_check_service | No | Boolean | Enables the health check service on the `/health` endpoint on the defined port. Default value is `false`.
unauthenticated_health_check | No | Boolean | Determines whether or not authentication is required on the health check endpoint. Data Prepper ignores this option if no authentication is defined. Default value is `false`.