Sha256: b0fe94297ee9d16d9c9d1d27ad41f934dbc4eed53d35494e314b0a1563409a0e
Contents?: true
Size: 330 Bytes
Versions: 32
Compression:
Stored size: 330 Bytes
Contents
class Fluentd::Settings::OutTdController < ApplicationController include SettingConcern private def target_class Fluentd::Setting::OutTd end def initial_params { buffer_type: "file", buffer_path: "/var/log/td-agent/buffer/td", auto_create_table: true, match: "td.*.*", } end end
Version data entries
32 entries across 32 versions & 1 rubygems