Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pipeline/inputs/splunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ The **splunk** input plugin handles [Splunk HTTP HEC](https://docs.splunk.com/Do
| buffer_max_size | Specify the maximum buffer size in KB to receive a JSON message. | 4M |
| 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 |
| successful_response_code | It allows to set successful response code. `200`, `201` and `204` are supported. | 201 |
| splunk\_token | Add an Splunk token for HTTP HEC.` | |
| splunk\_token | Add an Splunk token for HTTP HEC. If specified multiple tokens with commas, it will be divided into each of tokens and they will be used for authentication of HTTP HEC. | |
Comment thread
cosmo0920 marked this conversation as resolved.
Outdated
| store\_token\_to\_metadata | Store Splunk HEC tokens to matadata. If set as false, they will be stored into records. | true |
Comment thread
cosmo0920 marked this conversation as resolved.
Outdated
| splunk\_token\_key | Add a key for storing Splunk token for HTTP HEC. This is effective when `store_token_to_metadata` as false. | @splunk_token |
Comment thread
cosmo0920 marked this conversation as resolved.
Outdated

## Getting Started

Expand Down