-
What is a problem?
Describe the configuration of Fluentd
Describe the logs of Fluentd
Environment- Fluentd version: fluent-package 5.1.0 fluentd 1.17.0 (e763c0761c44d9734b6aa374371387a2e8406522)
- TD Agent version: fluent-package 5.1.0 fluentd 1.17.0 (e763c0761c44d9734b6aa374371387a2e8406522)
- Fluent Package version: ?
- Docker image (tag):
- Operating system: Ubuntu 24.10
- Kernel version: Linux khteh-p17-2i 6.11.0-21-generic #21-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 19 16:50:40 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Can I use |
Beta Was this translation helpful? Give feedback.
-
@khteh
|
Beta Was this translation helpful? Give feedback.
Sorry, this means there are some input plugins using https://docs.fluentd.org/storage with on-memory state.
Since two warning logs are generated for each one, it seems there are two locations.
sample
plugin uses storage_local internally.This causes the warning log, but you can ignore it.
(
storage_local
insample
is used forauto_increment_key
. You don't use it, so there is no impact at all. We should fix this useless warning...)If you want to suppress the warning, you need to set https://docs.fluentd.org/deployment/system-config#root_dir.
(It allows
storage_local
to automatically save data to that directory.)