diff --git a/appendix/td-agent-v2-vs-v3-vs-v4.md b/appendix/td-agent-v2-vs-v3-vs-v4.md index 367a4c87..c91d8340 100644 --- a/appendix/td-agent-v2-vs-v3-vs-v4.md +++ b/appendix/td-agent-v2-vs-v3-vs-v4.md @@ -59,5 +59,5 @@ This is for v0.12 and old distribution users. We don't recommend this version fo * [macOS](../installation/install-by-dmg-td-agent-v4.md) * [RubyGems](../installation/install-by-gem.md) -If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under under [the Apache License 2.0.](https://www.apache.org/licenses/LICENSE-2.0) +If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under [the Apache License 2.0.](https://www.apache.org/licenses/LICENSE-2.0) diff --git a/configuration/buffer-section.md b/configuration/buffer-section.md index 28ec067d..2a922c42 100644 --- a/configuration/buffer-section.md +++ b/configuration/buffer-section.md @@ -405,16 +405,16 @@ Following are the configuration parameters for buffer plugin and its chunks: * `chunk_limit_size` \[size\] * Default: 8MB \(memory\) / 256MB \(file\) - * The max size of each chunks: events will be written into chunks until + * The max size of each chunk: events will be written into chunks until - the size of chunks become this size + the size of chunks becomes this size * `chunk_limit_records` \[integer\] * Optional - * The max number of events that each chunks can store in it + * The max number of events that each chunk can store in it * `total_limit_size` \[size\] * Default: 512MB \(memory\) / 64GB \(file\) * The size limitation of this buffer plugin instance - * Once the total size of stored buffer reached this threshold, all append + * Once the total size of stored buffer reaches this threshold, all append operations will fail with error \(and data will be lost\) * `queue_limit_length` \[integer\] diff --git a/configuration/config-file-yaml.md b/configuration/config-file-yaml.md index 1f4a42db..8960aa17 100644 --- a/configuration/config-file-yaml.md +++ b/configuration/config-file-yaml.md @@ -15,7 +15,7 @@ See also: [Lifecycle of a Fluentd Event](../quickstart/life-of-a-fluentd-event.m Fluentd starts to support YAML configuration format but this is not 1-by-1 correspondence for Fluentd config file syntax. -Normal Fluentd configuration syntax has the following the list of directives: +Normal Fluentd configuration syntax has the following list of directives: 1. **`source`** directives determine the input sources 2. **`match`** directives determine the output destinations @@ -42,7 +42,7 @@ Under `config` object, Fluentd will handle the following elements: ### Special YAML elements 1. **`!include`** defines including rules for other files -2. **`!fluent/s`** defines Fluentd string format that is equivalent for double quoted string +2. **`!fluent/s`** defines Fluentd string format that is equivalent to double quoted string 3. **`!fluent/json`** defines Fluentd JSON format that is used for Hash type object 4. **`$tag`** defines tag for output plugin 5. **`$label`** defines label routes for input plugin @@ -243,7 +243,7 @@ If `$label` with `$name: '@ERROR'` is set, the events are routed to this label The `@ROOT` label is a builtin label used for getting root router by plugin's `event_emitter_router` API. -This label is introduced since v1.14.0 to assign a label back to the default route. For example, timed-out event records are handled by the concat filter can be sent to the default route. +This label is introduced since v1.14.0 to assign a label back to the default route. For example, timed-out event records handled by the concat filter can be sent to the default route. ## 6. Limit to specific workers: the `worker` element diff --git a/configuration/config-file.md b/configuration/config-file.md index 449e84f5..d31406ec 100644 --- a/configuration/config-file.md +++ b/configuration/config-file.md @@ -25,7 +25,7 @@ $ sudo vi /etc/fluent/fluentd.conf #### td-agent (EOL) {% hint style='warning' %} -As `td-agent` had already reached EOL, we recommend to use `fluent-package` (the successor to `td-agent`). +As `td-agent` had already reached EOL, we recommend using `fluent-package` (the successor to `td-agent`). * [fluent-package v5 vs td-agent v4](../quickstart/fluent-package-v5-vs-td-agent.md) {% endhint %} @@ -289,7 +289,7 @@ If `