Class: Fluentd::Setting::OutTd

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, Common
Defined in:
app/models/fluentd/setting/out_td.rb

Constant Summary collapse

KEYS =
[
  :match,
  :apikey, :auto_create_table, :database, :table,
  :flush_interval, :buffer_type, :buffer_path,
].freeze

Instance Method Summary collapse

Methods included from Common

#boolenan, #child_class, #children_of, #column_type, #conf, #empty_value?, #flag, #input_plugin?, #output_plugin?, #plugin_type_name, #print_if_present, #to_config, #values_of

Instance Method Details

#plugin_nameObject



21
22
23
# File 'app/models/fluentd/setting/out_td.rb', line 21

def plugin_name
  "tdlog"
end