# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. broad_vision_observation = { plugin_version = "1.0.1" # Initial creation - 1.0 # 2010-10-18 - 1.0.1 - MSG - Edited info lines. info.1.manufacturer = "BroadVision" info.1.device = "Observation" info.1.version.1 = "" # The name of the log format log.format.format_label = "BroadVision Observation Log Format" log.miscellaneous.log_data_type = "generic" log.miscellaneous.log_format_type = "application" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^0,[0-9-]+,[0-9]+,[0-9]+$" # All log field parsing will be done using the parsing filters log.format.parse_only_with_filters = "true" # A log entry is called an observation statistics.miscellaneous.entry_name = "observations" # Log fields log.fields = { observation_type = { label = "$lang_stats.field_labels.observation_type" type = "flat" index = 0 subindex = 0 } # observation_type session_id = { label = "$lang_stats.field_labels.session_id" type = "flat" index = 0 subindex = 0 } # session_id visitor_id = { label = "$lang_stats.field_labels.visitor_id" type = "flat" index = 0 subindex = 0 } # visitor_id template_id = { label = "$lang_stats.field_labels.template_id" type = "flat" index = 0 subindex = 0 } # template_id service_id = { label = "$lang_stats.field_labels.service_id" type = "flat" index = 0 subindex = 0 } # service_id content_id = { label = "$lang_stats.field_labels.content_id" type = "flat" index = 0 subindex = 0 } # content_id content_type = { label = "$lang_stats.field_labels.content_type" type = "flat" index = 0 subindex = 0 } # content_type content_description = { label = "$lang_stats.field_labels.content_description" type = "flat" index = 0 subindex = 0 } # content_description rule_id = { label = "$lang_stats.field_labels.rule_id" type = "flat" index = 0 subindex = 0 } # rule_id rule_return_value = { label = "$lang_stats.field_labels.rule_return_value" type = "flat" index = 0 subindex = 0 } # rule_return_value service_name = { label = "$lang_stats.field_labels.service_name" type = "flat" index = 0 subindex = 0 } # service_name display_method = { label = "$lang_stats.field_labels.display_method" type = "flat" index = 0 subindex = 0 } # display_method exit_method = { label = "$lang_stats.field_labels.exit_method" type = "flat" index = 0 subindex = 0 } # exit_method smart_link = { label = "$lang_stats.field_labels.smart_link" type = "flat" index = 0 subindex = 0 } # smart_link page_location = { label = "$lang_stats.field_labels.page_location" type = "flat" index = 0 subindex = 0 } # page_location event_timestamp = { label = "$lang_stats.field_labels.event_timestamp" type = "flat" index = 0 subindex = 0 } # event_timestamp dependent_see = { label = "$lang_stats.field_labels.dependent_see" type = "flat" index = 0 subindex = 0 } # dependent_see original_price = { label = "$lang_stats.field_labels.original_price" type = "flat" index = 0 subindex = 0 } # original_price order_number = { label = "$lang_stats.field_labels.order_number" type = "flat" index = 0 subindex = 0 } # order_number user_defined_string = { label = "$lang_stats.field_labels.user_defined_string" type = "flat" index = 0 subindex = 0 } # user_defined_string } # log.fields # # Log Parsing Filters log.parsing_filters = { # Parse 0 lines 1 = { label = "1" comment = "" value = "collect_fields_using_regexp('^()(0),([^,]*),([^,]*),([^,]*)$', '*KEY*,observation_type,session_id,visitor_id,event_timestamp')" } # 1 # Parse 1 lines 2 = { label = "2" comment = "" value = "collect_fields_using_regexp('^()(1),([^,]*),([^,]*),([^,]*),([^,]*)$', '*KEY*,observation_type,session_id,visitor_id,exit_method,event_timestamp')" } # 2 # Parse 3 lines 3 = { label = "3" comment = "" value = "collect_fields_using_regexp('^()(3),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*)$', '*KEY*,observation_type,session_id,visitor_id,service_id,content_id,event_timestamp,service_name')" } # 3 # Parse 4 lines 4 = { label = "4" comment = "" value = "collect_fields_using_regexp('^()(4),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*)$', '*KEY*,observation_type,session_id,visitor_id,template_id,service_id,content_id,content_type,display_method,smart_link,page_location,content_description,event_timestamp,dependent_see')" } # 4 # Parse 6 lines 5 = { label = "5" comment = "" value = "collect_fields_using_regexp('^()(6),([^,]*),([^,]*),([^,]*),([^,]*),$', '*KEY*,observation_type,session_id,visitor_id,service_id,content_id')" } # 5 # Parse 8 lines 6 = { label = "6" comment = "" value = "collect_fields_using_regexp('^()(8),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*)$', '*KEY*,observation_type,session_id,visitor_id,service_id,product_id,content_type,original_price,order_number,event_timestamp,content_description')" } # 6 # Parse 9 lines 7 = { label = "7" comment = "" value = "collect_fields_using_regexp('^()(9),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*)$', '*KEY*,observation_type,session_id,visitor_id,service_id,content_id,content_type,display_method,event_timestamp,content_description')" } # 7 # Parse 10 lines 8 = { label = "8" comment = "" value = "collect_fields_using_regexp('^()(10),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*)$', '*KEY*,observation_type,session_id,visitor_id,service_id,event_time_stamp,user_defined_string')" } # 8 # Parse 11 lines 9 = { label = "9" comment = "" value = "collect_fields_using_regexp('^()(11),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*),([^,]*)$', '*KEY*,observation_type,session_id,visitor_id,service_id,content_id,content_type,rule_id,rule_return_value,event_time_stamp')" } # 9 # Accept every line 10 = { label = "10" comment = "" value = "accept_collected_entry_using_regexp('^()', false)" } # 10 } # log.parsing_filters # Database fields database.fields = { observation_type = { label = "$lang_stats.field_labels.observation_type" log_field = "observation_type" type = "string" suppress_top = 0 suppress_bottom = 3 } # observation_type session_id = { label = "$lang_stats.field_labels.session_id" log_field = "session_id" type = "string" suppress_top = 0 suppress_bottom = 3 } # session_id visitor_id = { label = "$lang_stats.field_labels.visitor_id" log_field = "visitor_id" type = "string" suppress_top = 0 suppress_bottom = 3 } # visitor_id template_id = { label = "$lang_stats.field_labels.template_id" log_field = "template_id" type = "string" suppress_top = 0 suppress_bottom = 3 } # template_id service_id = { label = "$lang_stats.field_labels.service_id" log_field = "service_id" type = "string" suppress_top = 0 suppress_bottom = 3 } # service_id content_id = { label = "$lang_stats.field_labels.content_id" log_field = "content_id" type = "string" suppress_top = 0 suppress_bottom = 3 } # content_id content_type = { label = "$lang_stats.field_labels.content_type" log_field = "content_type" type = "string" suppress_top = 0 suppress_bottom = 3 } # content_type content_description = { label = "$lang_stats.field_labels.content_description" log_field = "content_description" type = "string" suppress_top = 0 suppress_bottom = 3 } # content_description rule_id = { label = "$lang_stats.field_labels.rule_id" log_field = "rule_id" type = "string" suppress_top = 0 suppress_bottom = 3 } # rule_id rule_return_value = { label = "$lang_stats.field_labels.rule_return_value" log_field = "rule_return_value" type = "string" suppress_top = 0 suppress_bottom = 3 } # rule_return_value service_name = { label = "$lang_stats.field_labels.service_name" log_field = "service_name" type = "string" suppress_top = 0 suppress_bottom = 3 } # service_name display_method = { label = "$lang_stats.field_labels.display_method" log_field = "display_method" type = "string" suppress_top = 0 suppress_bottom = 3 } # display_method exit_method = { label = "$lang_stats.field_labels.exit_method" log_field = "exit_method" type = "string" suppress_top = 0 suppress_bottom = 3 } # exit_method smart_link = { label = "$lang_stats.field_labels.smart_link" log_field = "smart_link" type = "string" suppress_top = 0 suppress_bottom = 3 } # smart_link page_location = { label = "$lang_stats.field_labels.page_location" log_field = "page_location" type = "string" suppress_top = 0 suppress_bottom = 3 } # page_location event_timestamp = { label = "$lang_stats.field_labels.event_timestamp" log_field = "event_timestamp" type = "string" suppress_top = 0 suppress_bottom = 3 } # event_timestamp dependent_see = { label = "$lang_stats.field_labels.dependent_see" log_field = "dependent_see" type = "string" suppress_top = 0 suppress_bottom = 3 } # dependent_see original_price = { label = "$lang_stats.field_labels.original_price" log_field = "original_price" type = "string" suppress_top = 0 suppress_bottom = 3 } # original_price order_number = { label = "$lang_stats.field_labels.order_number" log_field = "order_number" type = "string" suppress_top = 0 suppress_bottom = 3 } # order_number user_defined_string = { label = "$lang_stats.field_labels.user_defined_string" log_field = "user_defined_string" type = "string" suppress_top = 0 suppress_bottom = 3 } # user_defined_string } # database.fields database.numerical_fields = { observations = { label = "$lang_stats.field_labels.observations" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # observations } # database.numerical_fields log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'observations = 1;' } # mark_entry } # log.filters create_profile_wizard_options = { # How the reports should be grouped in the report menu report_groups = { date_time_group = "" observation_type = true session_id = true visitor_id = true template_id = true service_id = true content_id = true content_type = true content_description = true rule_id = true rule_return_value = true service_name = true display_method = true exit_method = true smart_link = true page_location = true event_timestamp = true dependent_see = true original_price = true order_number = true user_defined_string = true } # report_groups } # create_profile_wizard_options not_supported = { daybyday = true bandwidth = true visitors = true sessions = true pageviews = true individualhosts = true } # not_supported } # broad_vision_observation