Search code examples
dockerfluentd

Data saving in Fluentd or Fluentbit?


Good morning people! I would like to know, please, the following: Does fluentd save Data when the system shuts down, or when there is no internet?

Thank you so much!


Solution

  • depend all from your configuation.

    You can use, for example, a buffer block, available on file or in memory, to bufferize your data.

    You can also use, in some output plugin, the secondary_file that allow you a fail-over write on disk.

    So, yes fluentd can save data but all depend from your configuration