web_sealerror = { # The name of the log format log.format.format_label = "WebSEAL Error Log Format" log.miscellaneous.log_data_type = "generic" log.miscellaneous.log_format_type = "other" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]-[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\\.[^-]+----- 0x[0-9A-F]+ webseald (ERROR|WARNING|FATAL|NOTICE)" # The format of dates and times in this log log.format.date_format = "yyyy-mm-dd" log.format.time_format = "hh:mm:ss" # All log field parsing will be done using the parsing filters log.format.parse_only_with_filters = "true" # Log fields log.fields = { date = { label = "$lang_stats.field_labels.date" type = "date" index = 0 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # date time = { label = "$lang_stats.field_labels.time" type = "time" index = 0 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # time priority = { label = "$lang_stats.field_labels.priority" type = "flat" index = 0 subindex = 0 } # priority error_number = { label = "$lang_stats.field_labels.error_number" type = "flat" index = 0 subindex = 0 } # error_number daemon = { label = "$lang_stats.field_labels.daemon" type = "flat" index = 0 subindex = 0 } # daemon module = { label = "$lang_stats.field_labels.module" type = "flat" index = 0 subindex = 0 } # module source_code_location = { label = "$lang_stats.field_labels.source_code_location" type = "flat" index = 0 subindex = 0 } # source_code_location return_code = { label = "$lang_stats.field_labels.return_code" type = "flat" index = 0 subindex = 0 } # return_code error_message = { label = "$lang_stats.field_labels.error_message" type = "flat" index = 0 subindex = 0 } # error_message } # log.fields # # Log Parsing Filters log.parsing_filters = { # Parse out the lines with date/time info 1 = { label = "1" comment = "" value = "collect_fields_using_regexp('^()([0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9])-([0-9][0-9]:[0-9][0-9]:[0-9][0-9])\\\\.[^-]+----- (0x[0-9A-F]+) ([^ ]+) ([A-Z]+) ([a-z]+ [a-z]+) ([^ ]+ [0-9]+) (0x[A-Z0-9]+)', '*KEY*,date,time,error_number,daemon,priority,module,source_code_location,return_code')" } # 1 # Parse out the error message lines 2 = { label = "2" comment = "" value = "collect_fields_using_regexp('^()([^0-9].*)$', '*KEY*,error_message')" } # 2 # Accept on error message lines 3 = { label = "3" comment = "" value = "accept_collected_entry_using_regexp('^()[^0-9]', false)" } # 3 } # log.parsing_filters # Database fields database.fields = { date_time = { label = "$lang_stats.field_labels.date_time" log_field = "date_time" type = "string" suppress_top = 0 suppress_bottom = 3 display_format_type = "date_time" } # date_time day_of_week = { label = "$lang_stats.field_labels.day_of_week" log_field = "day_of_week" type = "string" suppress_top = 0 suppress_bottom = 2 display_format_type = "day_of_week" } # day_of_week hour_of_day = { label = "$lang_stats.field_labels.hour_of_day" log_field = "hour_of_day" type = "string" suppress_top = 0 suppress_bottom = 2 display_format_type = "hour_of_day" } # hour_of_day priority = { label = "$lang_stats.field_labels.priority" log_field = "priority" type = "string" suppress_top = 0 suppress_bottom = 2 } # priority error_number = { label = "$lang_stats.field_labels.error_number" log_field = "error_number" type = "string" suppress_top = 0 suppress_bottom = 2 } # error_number daemon = { label = "$lang_stats.field_labels.daemon" log_field = "daemon" type = "string" suppress_top = 0 suppress_bottom = 2 } # daemon module = { label = "$lang_stats.field_labels.module" log_field = "module" type = "string" suppress_top = 0 suppress_bottom = 2 } # module source_code_location = { label = "$lang_stats.field_labels.source_code_location" log_field = "source_code_location" type = "string" suppress_top = 0 suppress_bottom = 2 } # source_code_location return_code = { label = "$lang_stats.field_labels.return_code" log_field = "return_code" type = "string" suppress_top = 0 suppress_bottom = 2 } # return_code error_message = { label = "$lang_stats.field_labels.error_message" log_field = "error_message" type = "string" suppress_top = 0 suppress_bottom = 2 } # error_message } # database.fields database.numerical_fields = { hits = { label = "$lang_stats.field_labels.hits" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # hits } # database.numerical_fields log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'hits = 1;' } # mark_entry } # log.filters create_profile_wizard_options = { date_time_tracking = true # How the reports should be grouped in the report menu report_groups = { date_time_group = "" day_of_week = true hour_of_day = true priority = true error_number = true daemon = true module = true source_code_location = true return_code = true error_message = true } # report_groups } # create_profile_wizard_options not_supported = { bandwidth = true pageviews = true sessions = true visitors = true individualhosts = true } # not_supported } # web_sealerror