Skip to content

Commit d840e37

Browse files
committed
in_splunk: Add remote_addr related parameters' descriptions
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent 4f7355c commit d840e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/inputs/splunk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ This plugin uses the following configuration parameters:
88

99
| Key | Description | Default |
1010
|---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|
11+
| `add_remote_addr` | Inject the client remote address into the record. The value is extracted from the X-Forwarded-For header if present, otherwise from the connection address. | `false` |
1112
| `buffer_chunk_size` | Set the chunk size for incoming JSON messages. These chunks are then stored and managed in the space available by `buffer_max_size`. | `512K` |
1213
| `buffer_max_size` | Set the maximum buffer size to receive a JSON message. | `4M` |
1314
| `http2` | Enable HTTP/2 support. | `true` |
1415
| `listen` | The address to listen on. | `0.0.0.0` |
1516
| `port` | The port for Fluent Bit to listen on. | `8088` |
17+
| `remote_addr_key` | Set the record key used to store the remote address when `add_remote_addr` is enabled. | `remote_addr` |
1618
| `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. | _none_ |
1719
| `splunk_token_key` | Set a record key for storing the Splunk token for HTTP HEC. Use only when `store_token_in_metadata` is `false`. | `@splunk_token` |
1820
| `store_token_in_metadata` | Store Splunk HEC tokens in the Fluent Bit metadata. If set to `false`, they will be stored as key-value pairs in the record data. | `true` |
1921
| `success_header` | Add an HTTP header key/value pair on success. Multiple headers can be set. | _none_ |
2022
| `tag_key` | Specify the key name to overwrite a tag. If set, the tag will be overwritten by a value of the key. | _none_ |
2123
| `threaded` | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
2224

23-
## Get started
24-
2525
To get started, you can run the plugin from the command line or through the configuration file.
2626

2727
### Set a tag

0 commit comments

Comments
 (0)