Class: RequestLogAnalyzer::FileFormat::Nginx

Inherits:
Apache
  • Object
show all
Defined in:
lib/request_log_analyzer/file_format/nginx.rb

Constant Summary

Constants inherited from Apache

Apache::APACHE_TIMESTAMP, Apache::LOG_DIRECTIVES, Apache::LOG_FORMAT_DEFAULTS

Constants included from CommonRegularExpressions

CommonRegularExpressions::TIMESTAMP_PARTS

Constants inherited from Base

Base::Request

Instance Attribute Summary

Attributes inherited from Base

#line_definitions, #report_trackers

Class Method Summary collapse

Methods inherited from Apache

access_line_definition, report_trackers

Methods included from CommonRegularExpressions

#anchored, #hostname, #hostname_or_ip_address, #ip_address, #timestamp

Methods inherited from Base

#captures?, format_definition, #initialize, line_definer, line_definition, #line_divider, #max_line_length, #parse_line, report, report_definer, #request, #request_class, #setup_environment, #valid_line_definitions?, #valid_request_class?, #well_formed?

Methods included from ClassLevelInheritableAttributes

#inheritable_attributes, #inherited

Constructor Details

This class inherits a constructor from RequestLogAnalyzer::FileFormat::Base

Class Method Details

.create(*args) ⇒ Object



3
4
5
# File 'lib/request_log_analyzer/file_format/nginx.rb', line 3

def self.create(*args)
  super(:combined, *args)
end