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 deployment/system-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Invokes a fluentd only with input plugins.

See [Source Only Mode](source-only-mode.md) for details.

See also [source_only_buffer section](#less-than-source_only_buffer-greater-than-section).
See also [source_only_buffer section](#sourceonlybuffer-section).

### `rpc_endpoint`

Expand Down
4 changes: 2 additions & 2 deletions input/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ This is useful to keep the log quiet when clients keep sending malformed request

Adds `QUERY_` prefix query parameters to the record.

The name of each query parameter is converted to upper case and `-` is replaced with `_`, in the same way as [`add_http_headers`](#add_http_headers) treats header names. For example, `?user-id=1` adds the `QUERY_USER_ID` field.
The name of each query parameter is converted to upper case and `-` is replaced with `_`, in the same way as [`add_http_headers`](#addhttpheaders) treats header names. For example, `?user-id=1` adds the `QUERY_USER_ID` field.

### `add_tag_prefix`

Expand Down Expand Up @@ -420,7 +420,7 @@ $ curl --data-binary @json.gz -H "Content-Encoding: gzip" \

You do not need any configuration to enable this feature.

Since v1.19.3, the decompressed payload size is limited to 256MB by default. A request whose payload exceeds the limit is rejected with `400 Bad Request`. Use [`decompression_size_limit`](#decompression_size_limit) to change the limit.
Since v1.19.3, the decompressed payload size is limited to 256MB by default. A request whose payload exceeds the limit is rejected with `400 Bad Request`. Use [`decompression_size_limit`](#decompressionsizelimit) to change the limit.

### Multi-process Environment

Expand Down
2 changes: 1 addition & 1 deletion input/syslog.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ The field name of the client's address. If set, the client's address will be set

This parameter is deprecated. Use `source_hostname_key` or `source_address_key` instead.

If `true`, adds the source address to the event record. The field name is specified by [`source_host_key`](#source_host_key).
If `true`, adds the source address to the event record. The field name is specified by [`source_host_key`](#sourcehostkey).

### `source_host_key`

Expand Down
10 changes: 5 additions & 5 deletions output/exec_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ This parameter is deprecated since v0.14.9. Use [`@label`](../configuration/plug

Removes the given prefix and the following `.` from the tag of the incoming event before the event is passed to the program.

The shortened tag is also the value which `tag_key` of the [`<inject>`](#less-than-inject-greater-than-section) section adds to the record.
The shortened tag is also the value which `tag_key` of the [`<inject>`](#inject-section) section adds to the record.

### `add_prefix`

Expand All @@ -147,15 +147,15 @@ This parameter is deprecated since v0.14.9. Use [`@label`](../configuration/plug

Prepends the given prefix and a `.` to the tag of the outgoing event.

It applies only to a tag taken from the program output by `tag_key` of the [`<extract>`](#less-than-extract-greater-than-section) section. If the tag falls back to the [`tag`](#tag) parameter, the prefix is not added.
It applies only to a tag taken from the program output by `tag_key` of the [`<extract>`](#extract-section) section. If the tag falls back to the [`tag`](#tag) parameter, the prefix is not added.

### `tag_key`

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

This parameter is deprecated since v0.14.9. Use `tag_key` in the [`<inject>`](#less-than-inject-greater-than-section) and [`<extract>`](#less-than-extract-greater-than-section) sections instead.
This parameter is deprecated since v0.14.9. Use `tag_key` in the [`<inject>`](#inject-section) and [`<extract>`](#extract-section) sections instead.

v0.14.9 is also the version which brought this parameter back. It was dropped during the v0.12 series and reinstated only so that older configurations keep working, which is why it has been deprecated from the start.

Expand All @@ -169,7 +169,7 @@ If the configuration already has one of these sections, this parameter has no ef
| :--- | :--- | :--- |
| string | nil | 0.10.5 |

This parameter is deprecated since v0.14.9. Use `time_key` in the [`<inject>`](#less-than-inject-greater-than-section) and [`<extract>`](#less-than-extract-greater-than-section) sections instead.
This parameter is deprecated since v0.14.9. Use `time_key` in the [`<inject>`](#inject-section) and [`<extract>`](#extract-section) sections instead.

Sets `time_key` of both sections at once.

Expand All @@ -181,7 +181,7 @@ If the configuration already has one of these sections, this parameter has no ef
| :--- | :--- | :--- |
| string | nil | 0.10.5 |

This parameter is deprecated since v0.14.9. Use `time_format` in the [`<inject>`](#less-than-inject-greater-than-section) and [`<extract>`](#less-than-extract-greater-than-section) sections instead.
This parameter is deprecated since v0.14.9. Use `time_format` in the [`<inject>`](#inject-section) and [`<extract>`](#extract-section) sections instead.

Sets `time_format` of both sections at once.

Expand Down
4 changes: 2 additions & 2 deletions output/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ With this configuration, files named `/var/log/fluent/myapp.{%Y%m%d}.log.gz` wil

Please see the [Configuration File](../configuration/config-file.md) article for the basic structure and syntax of the configuration file.

For `<buffer>`, refer to [`<buffer>` Section](#less-than-buffer-greater-than-section).
For `<buffer>`, refer to [`<buffer>` Section](#buffer-section).

## Plugin Helpers

Expand Down Expand Up @@ -60,7 +60,7 @@ path /path/to/${tag}/${key1}/file.%Y%m%d
</buffer>
```

See [`<buffer>` Section](#less-than-buffer-greater-than-section) for more detail.
See [`<buffer>` Section](#buffer-section) for more detail.

The `path` parameter is used as `<buffer>`'s `path` in this plugin.

Expand Down
2 changes: 1 addition & 1 deletion output/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ endpoint http://example.com/api/${tag}-${key}

See [Buffer Section Configurations](../configuration/buffer-section.md) for more details.

Since v1.19.3, if a placeholder is used in the host part of the endpoint, [`allowed_hosts`](#allowed_hosts) must also be set. A placeholder used only in the path or the query string is not affected.
Since v1.19.3, if a placeholder is used in the host part of the endpoint, [`allowed_hosts`](#allowedhosts) must also be set. A placeholder used only in the path or the query string is not affected.

### `allowed_hosts`

Expand Down