Sha256: c685a914abec2e1030433619aa533b87267cce5ac0284ccaafe3264ae20936b2
Contents?: true
Size: 508 Bytes
Versions: 5
Compression:
Stored size: 508 Bytes
Contents
class Fluentd module Setting class ParserSyslog include Fluentd::Setting::Plugin register_plugin("parser", "syslog") # Overwrite type of time_format config_param(:time_format, :string) def self.initial_params {} end def common_options [ :time_format, :with_priority, ] end def advanced_options [ :message_format, :rfc5424_time_format ] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems