mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Use out_file as secondary output
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
ea61957bce
commit
3e24f7eff1
@ -5,6 +5,10 @@ class Fluentd
|
|||||||
|
|
||||||
register_plugin("output", "forward")
|
register_plugin("output", "forward")
|
||||||
|
|
||||||
|
config_section :secondary do
|
||||||
|
config_param :path, :string
|
||||||
|
end
|
||||||
|
|
||||||
def self.initial_params
|
def self.initial_params
|
||||||
{
|
{
|
||||||
secondary: {
|
secondary: {
|
||||||
|
Loading…
Reference in New Issue
Block a user