From e5719751096b9c33e0c4fc553ca5daf39f150c9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Mar 2023 16:48:25 +0000 Subject: [PATCH] Fix table formatting for http_source doc. (#3451) Signed-off-by: carolxob (cherry picked from commit 0c2c72fbe8aa25304a34d7ecf3125b03e3026cda) Signed-off-by: github-actions[bot] --- _data-prepper/pipelines/configuration/sources/http-source.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_data-prepper/pipelines/configuration/sources/http-source.md b/_data-prepper/pipelines/configuration/sources/http-source.md index f7ec8290537..55de4d770c2 100644 --- a/_data-prepper/pipelines/configuration/sources/http-source.md +++ b/_data-prepper/pipelines/configuration/sources/http-source.md @@ -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`.