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
Previous versions required the use the tail_ex plugin, newer versions already have this included by default.
Signed-off-by: Niko Wenselowski <niko.wenselowski@checkmk.com>
If the date is `20140401`, Fluentd starts to watch the files in `/path/to/2014/04/01` directory. See also `read_from_head` parameter.
97
97
98
+
Using `**` for path globbing is supported.
99
+
100
+
```text
101
+
path /path/to/**/some.log
102
+
```
103
+
98
104
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
105
100
106
If you want to use other glob patterns such as `[]` and `?`, you need to set up `glob_policy extended` as described in the `glob_policy` section.
0 commit comments