# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. websphere_user_trace = { plugin_version = "1.0.1" # Initial creation - 1.0 # 2011-07-25 - 1.0.1 - MSG - Edited info lines. info.1.manufacturer = "IBM" info.1.device = "WebSphere Message Broker" info.1.version.1 = "" # The name of the log format # WebSphere Business Integration Message Brokers, User Trace Log log.format.format_label = "WebSphere Business Integration Message Brokers User Trace 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]\.[0-9][0-9][0-9][0-9][0-9][0-9] *[0-9]+ *[^ ]+ *[A-Z0-9]+: " log.format.parsing_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])\.[0-9][0-9][0-9][0-9][0-9][0-9] *([0-9]+) *([^ ]+) *([A-Z0-9]+: .*)$" # The format of dates and times in this log log.format.date_format = "auto" log.format.time_format = "auto" # Log fields log.fields = { date = "" time = "" code = "" trace_type = "" bip_code = "" } # log.fields # Log Filters log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'events = 1;' } # mark_entry } # log.filters # Database fields database.fields = { date_time = "" day_of_week = "" hour_of_day = "" code = "" trace_type = "" bip_code = "" } # database.fields database.numerical_fields = { events = { label = "$lang_stats.field_labels.events" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # events } # database.numerical_fields create_profile_wizard_options = { date_time_tracking = true # How the reports should be grouped in the report menu report_groups = { date_time_group = "" code = "" trace_type = "" bip_code = "" } # report_groups } # create_profile_wizard_options } # websphere_user_trace