# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. isapacket = { plugin_version = "1.0.1" # Initial creation - 1.0 # 2011-02-22 - 1.0.1 - MSG - Edited info lines. info.1.manfacturer = "Microsoft" info.1.device = "ISA Server Packet" info.1.version.1 = "" # Microsoft ISA Server Packet Logs # The name of the log format log.format.format_label = "Microsoft ISA Server Packet Logs" log.miscellaneous.log_data_type = "generic_w3c" log.miscellaneous.log_format_type = "firewall" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "^#Fields: date time source-ip destination-ip protocol param#1" # The format of dates and times in this log log.format.date_format = "yyyy-mm-dd" log.format.time_format = "hh:mm:ss" # Don't track these fields as discrete database fields auto_setup.omit_database_fields = "payload,ip_header" # Entries are called "packets"; unique IPs are called "unique source IPs" statistics.miscellaneous.entry_name = "packets" statistics.miscellaneous.visitor_name = "unique source IP" # Log Filters log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'packets = 1;' } # mark_entry } # log.filters database.numerical_fields = { packets = { label = "$lang_stats.field_labels.packets" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # packets visitors = { label = "$lang_stats.field_labels.visitors" default = false requires_log_field = true log_field = "source_ip" type = "unique" display_format_type = "integer" } # visitors } # database.numerical_fields create_profile_wizard_options = { # How the reports should be grouped in the report menu report_groups = { date_time_group = "" } # report_groups } # create_profile_wizard_options not_supported = { sessionpages = true bandwidth = true pageviews = true } # not_supported } # isapacket