File tree Expand file tree Collapse file tree 8 files changed +20
-16
lines changed
Expand file tree Collapse file tree 8 files changed +20
-16
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ It is recommended to use the new v1 plugin API for writing new plugins.
6060
6161### Send a patch or fork?
6262
63- If you have a problem with any built-in plugins or a new feature idea, sending a
63+ If you have a problem with any existing plugins or a new feature idea, sending a
6464patch is better. If the plugin author is non-active, try to become its new
6565plugin maintainer first. Forking a plugin and release its alternative version,
6666e.g. ` fluent-plugin-xxx-alt ` is considered the last option.
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ The `csv` formatter plugin output an event as CSV.
1313- [ Format section configurations] ( /configuration/format-section.md )
1414
1515
16- ### ` fields ` (required)
16+ ### ` fields `
1717
1818| type | default | version |
1919| :----------------| :---------| :--------|
2020| array of string | ` nil ` | 0.14.0 |
2121
22- Specifies the output fields.
22+ Specifies the output fields. It is a required parameter.
2323
2424
2525### delimiter (String, Optional. defaults to ",")
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ The client certificate path for TLS.
395395| :------:| :-------:| :-------:|
396396| string | nil | 1.3.2 |
397397
398- The client 5private key path for TLS.
398+ The client private key path for TLS.
399399
400400
401401### ` tls_client_private_key_passphrase `
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ than supporting the `@label` parameter.
5151The value must be ` relabel ` .
5252
5353
54- ### ` @label ` (required)
55-
56- The label.
54+ ### ` @label `
5755
5856| type | default | version |
5957| :-------| :--------| :--------|
6058| string | ` nil ` | 0.14.0 |
6159
60+ Specifies the label. It is a required parameter.
61+
6262
6363------------------------------------------------------------------------
6464
Original file line number Diff line number Diff line change @@ -28,14 +28,16 @@ unmatched new lines in the temporary buffer and try to match the buffered logs
2828with each new line.
2929
3030
31- ### ` formatN ` (required)
31+ ### ` formatN `
3232
3333| type | default | version |
3434| :-------| :--------| :--------|
3535| string | ` nil ` | 0.14.0 |
3636
37+ It is a required parameter.
38+
3739Specifies the regexp patterns. For readability, you can separate the regexp
38- patterns into multiple ` regexpN ` parameters. See the Rails Log's example below.
40+ patterns into multiple ` formatN ` parameters. See the Rails Log's example below.
3941These patterns are joined and then construct a regexp pattern with multiline
4042mode.
4143
Original file line number Diff line number Diff line change @@ -77,22 +77,22 @@ Each target has following parameters:
7777- ` weight `
7878
7979
80- #### ` host ` (required)
80+ #### ` host `
8181
8282| type | default | version |
8383| :-------| :--------| :--------|
8484| string | ` nil ` | 1.8.0 |
8585
86- The IP address or hostname of the server.
86+ The IP address or hostname of the server. It is a required parameter.
8787
8888
89- #### ` port ` (required)
89+ #### ` port `
9090
9191| type | default | version |
9292| :--------| :--------| :--------|
9393| integer | | 1.8.0 |
9494
95- The port number of the host.
95+ The port number of the host. It is a required parameter.
9696
9797
9898#### ` name `
Original file line number Diff line number Diff line change @@ -39,14 +39,16 @@ Service without the underscore in
3939[ RFC2782] ( https://tools.ietf.org/html/rfc2782 ) .
4040
4141
42- ### ` proto ` (required)
42+ ### ` proto `
4343
4444| type | default | version |
4545| :-------| :--------| :--------|
4646| string | ` nil ` | 1.10.0 |
4747
4848Proto without the underscore in [ RFC2782] ( https://tools.ietf.org/html/rfc2782 ) .
4949
50+ It is a required parameter.
51+
5052
5153### ` hostname `
5254
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ to the `server` directive:
2929The value must be ` static ` .
3030
3131
32- #### ` host ` (required)
32+ #### ` host `
3333
3434| type | default | version |
3535| :-------| :---------| :--------|
3636| string | | 1.8.0 |
3737
38- The IP address or hostname of the server.
38+ The IP address or hostname of the server. It is a required parameter.
3939
4040
4141#### ` port `
You can’t perform that action at this time.
0 commit comments