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: pipeline/inputs/http.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ description: The HTTP input plugin allows you to send custom records to an HTTP
15
15
| 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 |
16
16
| successful_response_code | It allows to set successful response code. `200`, `201` and `204` are supported. | 201 |
17
17
| 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 |
0 commit comments