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
|`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`|
11
12
|`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`|
12
13
|`buffer_max_size`| Set the maximum buffer size to receive a JSON message. |`4M`|
13
14
|`http2`| Enable HTTP/2 support. |`true`|
14
15
|`listen`| The address to listen on. |`0.0.0.0`|
15
16
|`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`|
16
18
|`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_|
17
19
|`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`|
18
20
|`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`|
0 commit comments