Skip to content

system-config: some options should not be under <log> section #588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
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
34 changes: 17 additions & 17 deletions deployment/system-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,23 @@ Force disable the shared socket which is for listening a same port across multip

Enable JIT for worker processes. Internally, this configuration enables Ruby's `--jit` command-line option.

### `enable_input_metrics`

| type | default | version |
| :--- | :--- | :--- |
| bool | nil | 1.14.0 |

Specifies whether measuring input metrics should be enabled or not.

### `enable_size_metrics`

| type | default | version |
| :--- | :--- | :--- |
| bool | nil | 1.14.0 |

Specifies whether measuring record size metrics should be enabled or not.
It can be useful for calculating flow rate on Fluentd instances.

### `<log>` section

#### `path`
Expand Down Expand Up @@ -242,23 +259,6 @@ NOTE: When enabling log rotation on Windows, log files are separated into `log-s

Please see also [Log Rotation Setting](logging.md#log-rotation-setting).

#### `enable_input_metrics`

| type | default | version |
| :--- | :--- | :--- |
| bool | nil | 1.14.0 |

Specifies whether measuring input metrics should be enabled or not.

#### `enable_size_metrics`

| type | default | version |
| :--- | :--- | :--- |
| bool | nil | 1.14.0 |

Specifies whether measuring record size metrics should be enabled or not.
It can be useful for calculating flow rate on Fluentd instances.

### `<source_only_buffer>` section

The temporary buffer setting for [Source Only Mode](source-only-mode.md).
Expand Down