Skip to content

Commit dbb2da0

Browse files
ialidzhikovedsiper
authored andcommitted
core: fix typos in different sections (#146)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
1 parent 80ab823 commit dbb2da0

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

configuration/backpressure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ This option is disabled by default and can be applied to all input plugins. Let'
1515
* engine scheduler will retry the flush after 10 seconds
1616
* input plugin tries to append 500KB
1717

18-
At this exact point, the engine will **allow** to append those 500KB of data into the engine: in total we have 1.2MB. The options works in a permisive mode before to reach the limit, but the limit is **exceeded** the following actions are taken:
18+
At this exact point, the engine will **allow** to append those 500KB of data into the engine: in total we have 1.2MB. The options works in a permissive mode before to reach the limit, but the limit is **exceeded** the following actions are taken:
1919

2020
* block local buffers for the input plugin \(cannot append more data\)
2121
* notify the input plugin invoking a **pause** callback
2222

23-
The engine will protect it self and will not append more data coming from the input plugin in question; Note that is the plugin responsability to keep their state and take some decisions about what to do on that _paused_ state.
23+
The engine will protect it self and will not append more data coming from the input plugin in question; Note that is the plugin responsibility to keep their state and take some decisions about what to do on that _paused_ state.
2424

2525
After some seconds if the scheduler was able to flush the initial 700KB of data or it gave up after retrying, that amount memory is released and internally the following actions happens:
2626

configuration/memory_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to estimate we will assume that the input plugins have set the **Mem\_B
88

99
Input plugins append data independently, so in order to do an estimation a limit should be imposed through the **Mem\_Buf\_Limit** option. If the limit was set to _10MB_ we need to estimate that in the worse case, the output plugin likely could use _20MB_.
1010

11-
Fluent Bit has an internal binary representation for the data being processed, but when this data reach an output plugin, this one will likely create their own representation in a new memory buffer for processing. The best example are the [InfluxDB](../output/influxdb.md) and [Elasticsearch](../output/elasticsearch.md) output plugins, both needs to convert the binary repesentation to their respective-custom JSON formats before to talk to their backend servers.
11+
Fluent Bit has an internal binary representation for the data being processed, but when this data reach an output plugin, this one will likely create their own representation in a new memory buffer for processing. The best example are the [InfluxDB](../output/influxdb.md) and [Elasticsearch](../output/elasticsearch.md) output plugins, both needs to convert the binary representation to their respective-custom JSON formats before to talk to their backend servers.
1212

1313
So, if we impose a limit of _10MB_ for the input plugins and considering the worse case scenario of the output plugin consuming _20MB_ extra, as a minimum we need \(_30MB_ x 1.2\) = **36MB**.
1414

development/library_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ To stop a running Fluent Bit engine, we provide the call **flb\_stop\(\)** for t
227227
int flb_stop(flb_ctx_t *ctx);
228228
```
229229
230-
The argument **ctx** is a reference to the context created at the beginnning with **flb\_create\(\)** and previously started with **flb\_start\(\)**.
230+
The argument **ctx** is a reference to the context created at the beginning with **flb\_create\(\)** and previously started with **flb\_start\(\)**.
231231
232232
When the call is invoked, the engine will wait a maximum of five seconds to flush buffers and release the resources in use. A stopped context can be re-started any time but without any data on it.
233233
@@ -253,7 +253,7 @@ A library context must be destroyed after is not longer necessary, note that a p
253253
void flb_destroy(flb_ctx_t *ctx);
254254
```
255255
256-
The argument **ctx** is a reference to the context created at the beginnning with **flb\_create\(\)**.
256+
The argument **ctx** is a reference to the context created at the beginning with **flb\_create\(\)**.
257257
258258
**Return Value**
259259

filter/throttle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The plugin supports the following configuration parameters:
88

99
| Key | Value Format | Description |
1010
| :--- | :--- | :--- |
11-
| Rate | Integer | Amount of meassages for the time. |
11+
| Rate | Integer | Amount of messages for the time. |
1212
| Window | Integer | Amount of intervals to calculate average over. Default 5. |
1313
| Interval | String | Time interval, expressed in "sleep" format. e.g 3s, 1.5m, 0.5h etc |
1414
| Print\_Status | Bool | Whether to print status messages with current rate and the limits to information logs |
@@ -103,7 +103,7 @@ XXXX XXXX XXXX XXXX XXXX XXXX
103103
+-+-+-+-+-+--+-+-+-+-+-+-+-+-+-+
104104
```
105105

106-
It may drop some data if the rate is ragged. I would recommend to use bigger interval and rate for streams of rare but important events, while keep _Window_ bigger and _Interval_ small for contantly intensive inputs.
106+
It may drop some data if the rate is ragged. I would recommend to use bigger interval and rate for streams of rare but important events, while keep _Window_ bigger and _Interval_ small for constantly intensive inputs.
107107

108108
### Command Line
109109

output/kafka-rest-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The **kafka-rest** output plugin, allows to flush your records into a [Kafka RES
1313
| Message\_Key | Set a message key \(optional\) | |
1414
| Time\_Key | The Time\_Key property defines the name of the field that holds the record timestamp. | @timestamp |
1515
| Time\_Key\_Format | Defines the format of the timestamp. | %Y-%m-%dT%H:%M:%S |
16-
| Include\_Tag\_Key | Aappend the Tag name to the final record. | Off |
16+
| Include\_Tag\_Key | Append the Tag name to the final record. | Off |
1717
| Tag\_Key | If Include\_Tag\_Key is enabled, this property defines the key name for the tag. | \_flb-key |
1818

1919
### TLS / SSL

output/splunk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In your main configuration file append the following _Input_ & _Output_ sections
5555

5656
By default, the Splunk output plugin nests the record under the `event` key in the payload sent to the HEC. It will also append the time of the record to a top level `time` key.
5757

58-
If you would like to customize any of the Splunk event metadata, such as the host or target index, you can set `Splunk_Send_Raw On` in the plugin configuraiton, and add the metadata as keys/values in the record. *Note*: with `Splunk_Send_Raw` enabled, you are responsible for creating and populating the `event` section of the payload.
58+
If you would like to customize any of the Splunk event metadata, such as the host or target index, you can set `Splunk_Send_Raw On` in the plugin configuration, and add the metadata as keys/values in the record. *Note*: with `Splunk_Send_Raw` enabled, you are responsible for creating and populating the `event` section of the payload.
5959

6060
For example, to add a custom index and hostname:
6161

0 commit comments

Comments
 (0)