Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

bash0C7/fluent-plugin-config_reloader

Repository files navigation

fluent-plugin-config_reloader

reload child plugin's config plugin.

Output Plugin

  config_file child.conf
  reload_file reload.txt
  reload_file_watch_interval 5
  • config_file: child conf file path
  • Require 1 match directive in this file
  • reload_file: reload file path(reload when touch this file)
  • reload_file_watch_interval (optional): reload file watch interval sec(default 1)

example

<match example.**>
  type config_reloader
  config_file conf/child.conf
  reload_file reload.txt
</match>

conf/child.conf

<match>
  type stdout
</match>

Use out_copy...

<store>
  type copy
  <store>
    type stdout
  </store>
  <store>
    type null
  </store>
</store>

About

Fluentd plugin to reload child plugin's config

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages