Skip to content

Commit 2bfbc1a

Browse files
committed
in_tail: Apply the changes
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent b10c314 commit 2bfbc1a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

input/tail.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If the date is `20140401`, Fluentd starts to watch the files in `/path/to/2014/0
9797

9898
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.
9999

100-
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.
100+
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.
101101

102102
### `path_timezone`
103103

@@ -115,14 +115,15 @@ path_timezone "+00"
115115

116116
For timezone format, see [Timezone Section](../configuration/format-section.md#time-parameters).
117117

118-
### `use_extended_glob`
118+
### `enable_glob`
119119

120120
| type | default | version |
121121
| :--- | :--- | :--- |
122-
| bool | false | 1.17.0 |
122+
| enum | with_wildcards | 1.17.0 |
123123

124-
This parameter permits to extend glob patterns on `path` parameter.
125-
When turning on, users can use `[]` and `?` in glob patterns.
124+
This parameter permits to extend glob patterns on `path` and `exclude_path` parameters.
125+
When specifying `extended`, users can use `[]` and `?` in glob patterns.
126+
Also, when specifying `no`, the glob patterns are disabled.
126127

127128
### `exclude_path`
128129

0 commit comments

Comments
 (0)