Skip to content

Commit 8ec65ac

Browse files
committed
Update docs
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
1 parent d691917 commit 8ec65ac

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

docs/plugins/fluentbit/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
| Field | Description | Scheme |
77
| ----- | ----------- | ------ |
88
| alias | Alias for the plugin | string |
9-
| retryLimit | RetryLimit describes how many times fluent-bit should retry to send data to a specific output. If set to false fluent-bit will try indefinetly. If set to any integer N>0 it will try at most N+1 times. Leading zeros are not allowed (values such as 007, 0150, 01 do not work). If this property is not defined fluent-bit will use the default value: 1. | string |
9+
| retryLimit | RetryLimit describes how many times fluent-bit should retry to send data to a specific output. If set to false fluent-bit will try indefinitely. If set to any integer N>0 it will try at most N+1 times. Leading zeros are not allowed (values such as 007, 0150, 01 do not work). If this property is not defined fluent-bit will use the default value: 1. nolint:misspell | string |

docs/plugins/fluentbit/input/dummy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The dummy input plugin, generates dummy events. <br /> It is useful for testing,
55

66
| Field | Description | Scheme |
77
| ----- | ----------- | ------ |
8-
| tag | Tag name associated to all records comming from this plugin. | string |
8+
| tag | Tag name associated to all records coming from this plugin. | string |
99
| dummy | Dummy JSON record. | string |
1010
| rate | Events number generated per second. | *int32 |
1111
| samples | Sample events to generate. | *int32 |
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Forward
22

3-
Forward defines the in_forward Input plugin that listens to TCP socket to recieve the event stream. **For full documentation, refer to https://docs.fluentbit.io/manual/pipeline/inputs/forward**
3+
Forward defines the in_forward Input plugin that listens to TCP socket to receive the event stream. **For full documentation, refer to https://docs.fluentbit.io/manual/pipeline/inputs/forward**
44

55

66
| Field | Description | Scheme |
@@ -9,8 +9,8 @@ Forward defines the in_forward Input plugin that listens to TCP socket to reciev
99
| listen | Listener network interface. | string |
1010
| tag | in_forward uses the tag value for incoming logs. If not set it uses tag from incoming log. | string |
1111
| tagPrefix | Adds the prefix to incoming event's tag | string |
12-
| unixPath | Specify the path to unix socket to recieve a forward message. If set, Listen and port are ignnored. | string |
12+
| unixPath | Specify the path to unix socket to receive a forward message. If set, Listen and port are ignnored. | string |
1313
| unixPerm | Set the permission of unix socket file. | string |
14-
| bufferMaxSize | Specify maximum buffer memory size used to recieve a forward message. The value must be according to the Unit Size specification. | string |
14+
| bufferMaxSize | Specify maximum buffer memory size used to receive a forward message. The value must be according to the Unit Size specification. | string |
1515
| bufferchunkSize | Set the initial buffer size to store incoming data. This value is used too to increase buffer size as required. The value must be according to the Unit Size specification. | string |
1616
| threaded | Threaded mechanism allows input plugin to run in a separate thread which helps to desaturate the main pipeline. | string |

docs/plugins/fluentbit/input/kubernetes_events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The KubernetesEvents input plugin allows you to collect kubernetes cluster event
55

66
| Field | Description | Scheme |
77
| ----- | ----------- | ------ |
8-
| tag | Tag name associated to all records comming from this plugin. | string |
8+
| tag | Tag name associated to all records coming from this plugin. | string |
99
| db | Set a database file to keep track of recorded Kubernetes events | string |
1010
| dbSync | Set a database sync method. values: extra, full, normal and off | string |
1111
| intervalSec | Set the polling interval for each channel. | *int32 |

docs/plugins/fluentbit/input/node_exporter_metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A plugin based on Prometheus Node Exporter to collect system / host level metric
55

66
| Field | Description | Scheme |
77
| ----- | ----------- | ------ |
8-
| tag | Tag name associated to all records comming from this plugin. | string |
8+
| tag | Tag name associated to all records coming from this plugin. | string |
99
| scrapeInterval | The rate at which metrics are collected from the host operating system, default is 5 seconds. | string |
1010
| path | | *[Path](#path) |
1111
# Path

docs/plugins/fluentbit/input/prometheus_scrape_metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Fluent Bit 1.9 includes additional metrics features to allow you to collect both
55

66
| Field | Description | Scheme |
77
| ----- | ----------- | ------ |
8-
| tag | Tag name associated to all records comming from this plugin | string |
8+
| tag | Tag name associated to all records coming from this plugin | string |
99
| host | The host of the prometheus metric endpoint that you want to scrape | string |
1010
| port | The port of the promethes metric endpoint that you want to scrape | *int32 |
1111
| scrapeInterval | The interval to scrape metrics, default: 10s | string |

docs/plugins/fluentbit/output/stackdriver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Stackdriver is the Stackdriver output plugin, allows you to ingest your records
2626
| autoformatStackdriverTrace | Rewrite the trace field to be formatted for use with GCP Cloud Trace | *bool |
2727
| workers | Number of dedicated threads for the Stackdriver Output Plugin | *int32 |
2828
| customK8sRegex | A custom regex to extract fields from the local_resource_id of the logs | string |
29-
| resourceLabels | Optional list of comma seperated strings. Setting these fields overrides the Stackdriver monitored resource API values | []string |
29+
| resourceLabels | Optional list of comma separated strings. Setting these fields overrides the Stackdriver monitored resource API values | []string |

docs/plugins/fluentd/common/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Transport defines the commont parameters for the transport plugin
6161

6262
| Field | Description | Scheme |
6363
| ----- | ----------- | ------ |
64-
| protocol | The protocal name of this plugin, i.e: tls | *string |
64+
| protocol | The protocol name of this plugin, i.e: tls | *string |
6565
| version | | *string |
6666
| ciphers | | *string |
6767
| insecure | | *bool |

0 commit comments

Comments
 (0)