Replies: 2 comments
-
Hot reload is the way to do this I think. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also be careful of any ordering issue with wildcard includes - they are not guaranteed to be in any order so this can mean they are in different orders each time. I have seen this with configmaps on K8S for example: same config, different order in each pod. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a sub folder for all my conf files.
Does this look correct:
fluent-bit.conf
@INCLUDE ./inputs_d/input*.conf
In the inputs_d folder I would have files
Is there an option to re-read the configurations in the
@INCLUDE
folder every 60sec for example?I would like to emulate what filebeats does:
Beta Was this translation helpful? Give feedback.
All reactions