You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: input/tail.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ If the date is `20140401`, Fluentd starts to watch the files in `/path/to/2014/0
97
97
98
98
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.
99
99
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.
101
101
102
102
### `path_timezone`
103
103
@@ -115,14 +115,15 @@ path_timezone "+00"
115
115
116
116
For timezone format, see [Timezone Section](../configuration/format-section.md#time-parameters).
117
117
118
-
### `use_extended_glob`
118
+
### `enable_glob`
119
119
120
120
| type | default | version |
121
121
| :--- | :--- | :--- |
122
-
|bool|false| 1.17.0 |
122
+
|enum|with_wildcards| 1.17.0 |
123
123
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.
0 commit comments