siteminder_web_agent = { # The follow types of information are not supported in this format # The name of the log format log.format.format_label = "SiteMinder WebAgent Log Format" log.miscellaneous.log_data_type = "http" log.miscellaneous.log_format_type = "network_device" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "SiteMinder DOMINO WebAgent" # All log field parsing will be done using the parsing filters log.format.parse_only_with_filters = "true" # The format of dates and times in this log log.format.date_format = "dd/mmm/yyyy:hh:mm:ss" log.format.time_format = "dd/mmm/yyyy:hh:mm:ss" # Log fields log.fields = { date_time = { label = "$lang_stats.field_labels.date_time" type = "date_time" index = 0 subindex = 0 hierarchy_dividers = "" left_to_right = false leading_divider = "false" } # date_time transaction_id = { label = "$lang_stats.field_labels.transaction_id" type = "flat" index = 0 subindex = 0 } # transaction_id client_ip = { label = "$lang_stats.field_labels.client_ip" type = "host" index = 0 subindex = 0 hierarchy_dividers = "." left_to_right = false leading_divider = "false" } # client_ip agent_name = { label = "$lang_stats.field_labels.agent_name" type = "flat" index = 0 subindex = 0 } # agent_name server_interface = { label = "$lang_stats.field_labels.server_interface" type = "flat" index = 0 subindex = 0 } # server_interface request_host = { label = "$lang_stats.field_labels.request_host" type = "flat" index = 0 subindex = 0 } # request_host url = { label = "$lang_stats.field_labels.url" type = "page" index = 0 subindex = 0 hierarchy_dividers = "/?" left_to_right = true leading_divider = "false" } # url method = { label = "$lang_stats.field_labels.method" type = "flat" index = 0 subindex = 0 } # method username = { label = "$lang_stats.field_labels.username" type = "flat" index = 0 subindex = 0 } # username } # log.fields # # Log Parsing Filters log.parsing_filters = { # Get date/time 1 = { label = "1" comment = "" value = "collect_fields_using_regexp('^\\\\[([0-9/A-Za-z:]+)-([0-9-]+)\\\\]', 'date_time,*KEY*')" } # 1 # Get transaction id 2 = { label = "2" comment = "" value = "collect_fields_using_regexp('^\\\\[[0-9/A-Za-z:]+-([0-9-]+)\\\\] Process - TransactionID = (.*)$', '*KEY*,transaction_id')" } # 2 # Get request host 3 = { label = "3" comment = "" value = "collect_fields_using_regexp('^\\\\[[0-9/A-Za-z:]+-([0-9-]+)\\\\] Process - Request HOST: \\'(.*)\\'', '*KEY*,request_host')" } # 3 # Get agent name 4 = { label = "4" comment = "" value = "collect_fields_using_regexp('^\\\\[[0-9/A-Za-z:]+-([0-9-]+)\\\\] Process - Found agent name \\'([^\\']*)\\' for server interface \\'([^\\']*)\\'', '*KEY*,agent_name,server_interface')" } # 4 # Get client IP 5 = { label = "5" comment = "" value = "collect_fields_using_regexp('^\\\\[[0-9/A-Za-z:]+-([0-9-]+)\\\\] Process - Browser client IP address: \\'([^\\']*)\\'', '*KEY*,client_ip')" } # 5 # Get URL 6 = { label = "6" comment = "" value = "collect_fields_using_regexp('^\\\\[[0-9/A-Za-z:]+-([0-9-]+)\\\\] Process - Request URL: \\'([^\\']*)\\'', '*KEY*,url')" } # 6 # Get method 7 = { label = "7" comment = "" value = "collect_fields_using_regexp('^\\\\[[0-9/A-Za-z:]+-([0-9-]+)\\\\] Process - Request METHOD: \\'([^\\']*)\\'', '*KEY*,method')" } # 7 # Accept on "DominoWA - Authenticating" lines 8 = { label = "8" comment = "" value = "accept_collected_entry_using_regexp('()DominoWA - Authenticating', false)" } # 8 } # 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 client_ip = { label = "$lang_stats.field_labels.client_ip" log_field = "client_ip" type = "string" suppress_top = 0 suppress_bottom = 2 } # client_ip domain_description = { label = "$lang_stats.field_labels.domain_description" log_field = "domain_description" type = "string" suppress_top = 0 suppress_bottom = 2 } # domain_description location = { label = "$lang_stats.field_labels.location" log_field = "location" type = "string" suppress_top = 0 suppress_bottom = 3 } # location url = { label = "$lang_stats.field_labels.url" log_field = "url" type = "string" suppress_top = 0 suppress_bottom = 9 } # url file_type = { label = "$lang_stats.field_labels.file_type" log_field = "file_type" type = "string" suppress_top = 0 suppress_bottom = 2 } # file_type worm = { label = "$lang_stats.field_labels.worm" log_field = "worm" type = "string" suppress_top = 0 suppress_bottom = 2 } # worm agent_name = { label = "$lang_stats.field_labels.agent_name" log_field = "agent_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # agent_name server_interface = { label = "$lang_stats.field_labels.server_interface" log_field = "server_interface" type = "string" suppress_top = 0 suppress_bottom = 2 } # server_interface request_host = { label = "$lang_stats.field_labels.request_host" log_field = "request_host" type = "string" suppress_top = 0 suppress_bottom = 2 } # request_host method = { label = "$lang_stats.field_labels.method" log_field = "method" type = "string" suppress_top = 0 suppress_bottom = 2 } # method username = { label = "$lang_stats.field_labels.username" log_field = "username" type = "string" suppress_top = 0 suppress_bottom = 2 } # username } # database.fields # Log Filters log.filters = { remove_query = { label = "$lang_admin.log_filters.remove_query_label" comment = "$lang_admin.log_filters.remove_query_comment" value = "if (contains(url, '?')) then url = substr(url, 0, index(url, '?') + 1) . '(parameters)';" } # remove_query detect_page_views = { label = '$lang_admin.log_filters.detect_page_views_label' comment = '$lang_admin.log_filters.detect_page_views_comment' value = "if ((file_type eq 'JPEG') or (file_type eq 'JPG') or (file_type eq 'GIF') or (file_type eq 'ICO') or (file_type eq 'PNG') or (file_type eq 'CSS') or (file_type eq 'SWF') or (file_type eq 'JS')) then page_views = 0; else page_views = 1;" } # detect_page_views strip_non_page_views = { label = '$lang_admin.log_filters.strip_non_page_views_label' comment = '$lang_admin.log_filters.strip_non_page_views_comment' value = "if (page_views == 0) then url = substr(url, 0, last_index(url, '/') + 1) . '(nonpage)';" } # strip_non_page_views 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 log.field_options = { sessions_page_field = "url" sessions_visitor_id_field = "client_ip" sessions_event_field = "page_views" } # log.field_options database.numerical_fields = { hits = { label = "$lang_stats.field_labels.hits" default = false requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # hits page_views = { label = "$lang_stats.field_labels.page_views" default = true requires_log_field = false type = "int" display_format_type = "integer" } # page_views visitors = { label = "$lang_stats.field_labels.visitors" default = false requires_log_field = true log_field = "client_ip" type = "unique" display_format_type = "integer" } # visitors } # database.numerical_fields create_profile_wizard_options = { date_time_tracking = true host_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 client_ip = true domain_description = true location = true url = true file_type = true worm = true agent_name = true server_interface = true request_host = true method = true username = true } # report_groups } # create_profile_wizard_options not_supported = { bandwidth = true } # not_supported } # siteminder_web_agent