Skip to content

Commit ae9cfe7

Browse files
pipeline: inputs: splunk: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent 62d4800 commit ae9cfe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/inputs/splunk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The **splunk** input plugin handles [Splunk HTTP HEC](https://docs.splunk.com/Do
1313
| 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 |
1414
| successful_response_code | It allows to set successful response code. `200`, `201` and `204` are supported. | 201 |
1515
| splunk\_token | Add an Splunk token for HTTP HEC.` | |
16+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
1617

1718
## Getting Started
1819

0 commit comments

Comments
 (0)