Skip to content

Commit cdd5db3

Browse files
pipeline: inputs: http: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent fa3d63d commit cdd5db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/inputs/http.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ description: The HTTP input plugin allows you to send custom records to an HTTP
1515
| buffer_chunk_size | This sets the chunk size for incoming incoming JSON messages. These chunks are then stored/managed in the space available by buffer_max_size. | 512K |
1616
| successful_response_code | It allows to set successful response code. `200`, `201` and `204` are supported. | 201 |
1717
| success_header | Add an HTTP header key/value pair on success. Multiple headers can be set. Example: `X-Custom custom-answer` | |
18+
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
1819

1920
### TLS / SSL
2021

0 commit comments

Comments
 (0)