Skip to content

Commit bba1bd4

Browse files
committed
fix: readme updated for new fluent bit version
1 parent 52a27d2 commit bba1bd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stable/aws-for-fluent-bit/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ helm delete aws-for-fluent-bit --namespace kube-system
7878
| `cloudWatchLogs.stsEndpoint` | Specify a custom STS endpoint for the AWS STS API. | |
7979
| `cloudWatchLogs.autoRetryRequests` | Immediately retry failed requests to AWS services once. This option does not affect the normal Fluent Bit retry mechanism with backoff. Instead, it enables an immediate retry with no delay for networking errors, which may help improve throughput when there are transient/random networking issues. This option defaults to true. Please check [here]( https://github.com/aws/aws-for-fluent-bit/blob/mainline/troubleshooting/debugging.md#network-connection-issues) for more details | |
8080
| `cloudWatchLogs.externalId` | Specify an external ID for the STS API, can be used with the role_arn parameter if your role requires an external ID. | |
81-
| `cloudWatchLogs.extraOutputs` | Append extra outputs with value. This section helps you extend current chart implementation with ability to add extra parameters. For example, you can add [network](https://docs.fluentbit.io/manual/administration/networking) config like`cloudWatchLogs.extraOutputs.net.dns.mode=TCP`. | `""` |
81+
| `cloudWatchLogs.extraOutputs` | Append extra outputs with value. This section helps you extend current chart implementation with ability to add extra parameters. For example, you can add [network](https://docs.fluentbit.io/manual/administration/networking) config like `cloudWatchLogs.extraOutputs.net.dns.mode=TCP`. | `""` |
8282
| `firehose.enabled` | Whether this plugin should be enabled or not, [details](https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit) | `false` | ✔
8383
| `firehose.match` | The log filter | `"*"` | ✔
8484
| `firehose.region` | The region which your Firehose delivery stream(s) is/are in. | `"us-east-1"` | ✔
@@ -135,16 +135,16 @@ helm delete aws-for-fluent-bit --namespace kube-system
135135
| `s3.endpoint` | Custom endpoint for the S3 API. An endpoint can contain scheme and port. |
136136
| `s3.stsEndpoint` | Custom endpoint for the STS API. |
137137
| `s3.cannedAcl` | Predefined Canned ACL policy for S3 objects. |
138-
| `s3.compression` | Compression type for S3 objects. `gzip` is default setting. `arrow` is enabled by `aws-for-fluent-bit` image used in this chart. |
138+
| `s3.compression` | Compression type for S3 objects. AWS distro `aws-for-fluent-bit` supports `gzip` & `arrow`. |
139139
| `s3.contentType` | A standard MIME type for the S3 object; this will be set as the Content-Type HTTP header. |
140140
| `s3.sendContentMd5` | Send the Content-MD5 header with PutObject and UploadPart requests, as is required when Object Lock is enabled. | `false`
141-
| `s3.autoRetryRequests` | Immediately retry failed requests to AWS services once. This option does not affect the normal Fluent Bit retry mechanism with backoff. Instead, it enables an immediate retry with no delay for networking errors, which may help improve throughput when there are transient/random networking issues. | `true`
141+
| `s3.autoRetryRequests` | Immediately retry failed requests to AWS services once. This option does not affect the normal Fluent Bit retry mechanism with backoff. Instead, it enables an immediate retry with no delay for networking errors, which may help improve throughput when there are transient/random networking issues. This option defaults to true. Please check [here]( https://github.com/aws/aws-for-fluent-bit/blob/mainline/troubleshooting/debugging.md#network-connection-issues) for more details. | `true`
142142
| `s3.logKey` | By default, the whole log record will be sent to S3. If you specify a key name with this option, then only the value of that key will be sent to S3. For example, if you are using Docker, you can specify `log_key log` and only the log message will be sent to S3. |
143143
| `s3.preserveDataOrdering` | Normally, when an upload request fails, there is a high chance for the last received chunk to be swapped with a later chunk, resulting in data shuffling. This feature prevents this shuffling by using a queue logic for uploads. | `true`
144144
| `s3.storageClass` | Specify the storage class for S3 objects. If this option is not specified, objects will be stored with the default 'STANDARD' storage class. | |
145145
| `s3.retryLimit`| Integer value to set the maximum number of retries allowed. Note: this configuration is released since version 1.9.10 and 2.0.1. For previous version, the number of retries is 5 and is not configurable. |`1`|
146146
|`s3.externalId`| Specify an external ID for the STS API, can be used w ith the role_arn parameter if your role requires an external ID.
147-
|`s3.extraOutputs`| Append extra outputs with value. This section helps you extend current chart implementation with ability to add extra parameters. For example, you can add [network](https://docs.fluentbit.io/manual/administration/networking) config like`s3.extraOutputs.net.dns.mode=TCP`. | |
147+
|`s3.extraOutputs`| Append extra outputs with value. This section helps you extend current chart implementation with ability to add extra parameters. For example, you can add [network](https://docs.fluentbit.io/manual/administration/networking) config like `s3.extraOutputs.net.dns.mode=TCP`. | |
148148
|`opensearch.enabled`| Whether this plugin should be enabled or not, [details](https://docs.fluentbit.io/manual/pipeline/outputs/opensearch) |`false`| ✔
149149
|`opensearch.match`| The log filter |`"*"`| ✔
150150
|`opensearch.host`| The url of the Opensearch Search endpoint you want log records sent to. | | ✔
@@ -180,7 +180,7 @@ helm delete aws-for-fluent-bit --namespace kube-system
180180
|`opensearch.currentTimeIndex`| Use current time for index generation instead of message record |`"Off"`|
181181
|`opensearch.logstashPrefixKey`| When included: the value in the record that belongs to the key will be looked up and over-write the Logstash_Prefix for index generation. If the key/value is not found in the record then the Logstash_Prefix option will act as a fallback. Nested keys are not supported (if desired, you can use the nest filter plugin to remove nesting) | |
182182
|`opensearch.suppressTypeName`| When enabled, mapping types is removed and Type option is ignored. |`"Off"`|
183-
|`opensearch.extraOutputs`| Append extra outputs with value. This section helps you extend current chart implementation with ability to add extra parameters. For example, you can add [network](https://docs.fluentbit.io/manual/administration/networking) config like`opensearch.extraOutputs.net.dns.mode=TCP`. |`""`|
183+
|`opensearch.extraOutputs`| Append extra outputs with value. This section helps you extend current chart implementation with ability to add extra parameters. For example, you can add [network](https://docs.fluentbit.io/manual/administration/networking) config like `opensearch.extraOutputs.net.dns.mode=TCP`. |`""`|
184184
|`additionalOutputs`| add outputs with value |`""`|
185185
|`priorityClassName`| Name of Priority Class to assign pods | |
186186
|`updateStrategy`| Optional update strategy |`type: RollingUpdate`|

0 commit comments

Comments
 (0)