You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data-prepper/pipelines/configuration/sources/http.md
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ The `http` plugin accepts HTTP requests from clients. The following table descri
15
15
Option | Required | Type | Description
16
16
:--- | :--- | :--- | :---
17
17
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`.
18
19
health_check_service | No | Boolean | Enables the health check service on the `/health` endpoint on the defined port. Default value is `false`.
19
20
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`.
20
21
request_timeout | No | Integer | The request timeout, in milliseconds. Default value is `10000`.
0 commit comments