Skip to content

Commit

Permalink
Merge pull request #1387 from fluent/cosmo0920-add-descriptions-for-m…
Browse files Browse the repository at this point in the history
…etadata-or-records-storing-parameters-on-in_splunk

in_splunk: Add descriptions for recently enhancement of in_splunk
  • Loading branch information
esmerel authored Sep 5, 2024
2 parents 25e161d + 3ada183 commit 74ca7cc
Showing 1 changed file with 3 additions and 1 deletion.
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 | Specify a Splunk token for HTTP HEC authentication. If multiple tokens are specified (with commas and no spaces), usage will be divided across each of the tokens. | |
| store\_token\_in\_metadata | Store Splunk HEC tokens in the Fluent Bit metadata. If set false, they will be stored as normal key-value pairs in the record data. | true |
| splunk\_token\_key | Use the specified key for storing the Splunk token for HTTP HEC. This is only effective when `store_token_in_metadata` is false. | @splunk_token |
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |

## Getting Started
Expand Down

0 comments on commit 74ca7cc

Please sign in to comment.