Class: Fluentd::Setting::ParserSyslog
- Inherits:
-
Object
- Object
- Fluentd::Setting::ParserSyslog
show all
- Includes:
- Plugin
- Defined in:
- app/models/fluentd/setting/parser_syslog.rb
Class Method Summary
collapse
Instance Method Summary
collapse
#all_options, #column_type, #create_buffer, #create_formatter, #create_parser, #create_storage, #default, #desc, #have_buffer_section?, #have_format_section?, #have_parse_section?, #have_storage_section?, #hidden_options, #list_of
#initialize
#config_element, #parse_attributes, #skip?, #to_config, #validate_configuration
Class Method Details
.initial_params ⇒ Object
10
11
12
|
# File 'app/models/fluentd/setting/parser_syslog.rb', line 10
def self.initial_params
{}
end
|
Instance Method Details
#advanced_options ⇒ Object
21
22
23
24
25
26
|
# File 'app/models/fluentd/setting/parser_syslog.rb', line 21
def advanced_options
[
:message_format,
:rfc5424_time_format
]
end
|
#common_options ⇒ Object
14
15
16
17
18
19
|
# File 'app/models/fluentd/setting/parser_syslog.rb', line 14
def common_options
[
:time_format,
:with_priority,
]
end
|