Class: Fluent::Compat::TextParser::SyslogParser

Inherits:
Plugin::SyslogParser show all
Defined in:
lib/fluent/compat/parser.rb

Constant Summary

Constants inherited from Plugin::SyslogParser

Plugin::SyslogParser::NILVALUE, Plugin::SyslogParser::REGEXP, Plugin::SyslogParser::REGEXP_DETECT_RFC5424, Plugin::SyslogParser::REGEXP_RFC5424, Plugin::SyslogParser::REGEXP_RFC5424_NO_PRI, Plugin::SyslogParser::REGEXP_RFC5424_WITH_PRI, Plugin::SyslogParser::REGEXP_WITH_PRI, Plugin::SyslogParser::RFC3164_CAPTURES, Plugin::SyslogParser::RFC3164_PRI_REGEXP, Plugin::SyslogParser::RFC3164_WITHOUT_TIME_AND_PRI_REGEXP, Plugin::SyslogParser::RFC5424_CAPTURES, Plugin::SyslogParser::RFC5424_PRI_REGEXP, Plugin::SyslogParser::RFC5424_WITHOUT_TIME_AND_PRI_REGEXP, Plugin::SyslogParser::SPLIT_CHAR

Constants inherited from Plugin::Parser

Plugin::Parser::AVAILABLE_PARSER_VALUE_TYPES, Plugin::Parser::PARSER_TYPES, Plugin::Parser::TRUTHY_VALUES

Constants included from Fluent::Configurable

Fluent::Configurable::CONFIG_TYPE_REGISTRY

Instance Attribute Summary

Attributes inherited from Plugin::Parser

#type_converters

Attributes inherited from Plugin::Base

#under_plugin_development

Method Summary

Methods inherited from Plugin::SyslogParser

#configure, #initialize, #parse, #parse_auto, #parse_plain, #parse_rfc3164, #parse_rfc3164_regex, #parse_rfc5424, #parse_rfc5424_regex, #patterns, #setup_time_parser_3164, #setup_time_parser_5424

Methods inherited from Plugin::Parser

#build_type_converters, #call, #configure, #convert_values, #implement?, #initialize, #parse, #parse_io, #parse_partial_data, #parse_time, #parse_with_timeout, #parser_type, #start, #stop, #string_like_null

Methods included from TimeMixin::Parser

included, #time_parser_create

Methods included from Plugin::OwnedByMixin

#log, #owner, #owner=

Methods inherited from Plugin::Base

#acquire_worker_lock, #after_shutdown, #after_shutdown?, #after_start, #after_started?, #before_shutdown, #before_shutdown?, #called_in_test?, #close, #closed?, #configure, #configured?, #context_router, #context_router=, #fluentd_worker_id, #get_lock_path, #has_router?, #initialize, #inspect, #multi_workers_ready?, #plugin_root_dir, #reloadable_plugin?, #shutdown, #shutdown?, #start, #started?, #stop, #stopped?, #string_safe_encoding, #terminate, #terminated?

Methods included from SystemConfig::Mixin

#system_config, #system_config_override

Methods included from Fluent::Configurable

#config, #configure, #configure_proxy_generate, #configured_section_create, included, #initialize, lookup_type, register_type

Constructor Details

This class inherits a constructor from Fluent::Plugin::SyslogParser