Skip to content

Commit a619403

Browse files
Documented path option for data prepper http sink (#9593) (#9621)
1 parent 2602f65 commit a619403

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The `http` plugin accepts HTTP requests from clients. The following table descri
1515
Option | Required | Type | Description
1616
:--- | :--- | :--- | :---
1717
port | No | Integer | The port that the source is running on. Default value is `2021`. Valid options are between `0` and `65535`.
18+
path | No | String | The URI path for log ingestion should start with a forward slash (/), for example, `/${pipelineName}/logs`. The `${pipelineName}` placeholder will be replaced with the pipeline name. The default value is `/log/ingest`.
1819
health_check_service | No | Boolean | Enables the health check service on the `/health` endpoint on the defined port. Default value is `false`.
1920
unauthenticated_health_check | No | Boolean | Determines whether or not authentication is required on the health check endpoint. OpenSearch Data Prepper ignores this option if no authentication is defined. Default value is `false`.
2021
request_timeout | No | Integer | The request timeout, in milliseconds. Default value is `10000`.

0 commit comments

Comments
 (0)