Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configuration/transport-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ For `<transport tls>`:
* Default: Mountain View
* `generate_cert_common_name`: \[string\]
* Default: `nil`
* `generate_cert_expiration`: \[integer\]
* `generate_cert_expiration`: \[time\]
* Default: \(60 \* 60 \* 24 = 86400\) \* 365 \* 10 = 10 years

## Cert Digest Algorithm Parameter
Expand Down
4 changes: 2 additions & 2 deletions filter/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ If `true`, invalid string is replaced with safe characters and re-parse it.

| type | default | version |
| :--- | :--- | :--- |
| string | false | 0.14.9 |
| string | nil | 0.14.9 |

Stores the parsed values with the specified key name prefix.

Expand All @@ -226,7 +226,7 @@ With above configuration, here is the result:

| type | default | version |
| :--- | :--- | :--- |
| string | false | 0.14.9 |
| string | nil | 0.14.9 |

Stores the parsed values as a hash value in a field.

Expand Down
2 changes: 1 addition & 1 deletion input/forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ This parameter is deprecated since v1.14.6. Use `<transport>` directive instead.

| type | default | version |
| :--- | :--- | :--- |
| bool | false | 0.14.10 |
| bool | nil | 0.14.10 |

Tries to resolve hostname from IP addresses or not.

Expand Down