diff --git a/input/tail.md b/input/tail.md index fcfac652..0a1727c9 100644 --- a/input/tail.md +++ b/input/tail.md @@ -97,7 +97,7 @@ If the date is `20140401`, Fluentd starts to watch the files in `/path/to/2014/0 By default, You should not use `*` with log rotation because it may cause the log duplication. To avoid log duplication, you need to set `follow_inodes true` in the configuration. -If you want to use other glob patterns such as `[]` and `?`, you need to set up `use_extended_glob true` as described in the `use_extended_glob` section. +If you want to use other glob patterns such as `[]` and `?`, you need to set up `enable_glob extended` as described in the `enable_glob` section. ### `path_timezone` @@ -115,14 +115,15 @@ path_timezone "+00" For timezone format, see [Timezone Section](../configuration/format-section.md#time-parameters). -### `use_extended_glob` +### `enable_glob` -| type | default | version | -| :--- | :--- | :--- | -| bool | false | 1.17.0 | +| type | default | available values | version | +| :--- | :--- | :--- |:--- | +| enum | with\_wildcards | with\_wildcards/extended/no | 1.17.0 | -This parameter permits to extend glob patterns on `path` parameter. -When turning on, users can use `[]` and `?` in glob patterns. +This parameter permits to extend glob patterns on `path` and `exclude_path` parameters. +When specifying `extended`, users can use `[]` and `?` in glob patterns. +Also, when specifying `no`, the glob patterns are disabled. ### `exclude_path`