firewall1_fw_logexport = { # The name of the log format log.format.format_label = "Firewall-1 (fw logexport export) Log Format" log.miscellaneous.log_data_type = "firewall" log.miscellaneous.log_format_type = "firewall" # The log is in this format if any of the first ten lines match this regular expression # "^num;date;time;orig;type;action;alert;i/f_name;i/f_dir;proto;src;dst;service;s_port;len;rule;icmp-type;icmp-code;reason:;sys_msgs" log.format.autodetect_regular_expression = "^num;" # The format of dates and times in this log log.format.time_format = "hh:mm:ss" log.format.date_format = "ddmmmyyyy" # These logs use ; as the separator log.format.field_separator = ";" statistics.miscellaneous.entry_name = "accesses" # 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 } # log.fields database.fields = { } # database.fields # Log Filters log.filters = { clear_num = { label = "Clear num" comment = "This filter clears the 'num' field to keep the database complexity reasonable" value = "num = ''" } # clear_num mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'accesses = 1;' } # mark_entry } # log.filters database.numerical_fields = { accesses = { label = "$lang_stats.field_labels.accesses" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # accesses visitors = { label = "$lang_stats.field_labels.visitors" default = false requires_log_field = true log_field = "source" type = "unique" display_format_type = "integer" } # visitors } # 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 = "" source_group = { orig = true src = true s_port = true xlatesrc = true xlatesport = true } destination_group = { dst = true xlatedst = true xlatedport = true } actions_group = { type = true action = true alert = true rule = true } other_group = { num = true i_f_name = true i_f_dir = true product = true sys_message = true fw_message = true proto = true service = true tcp_packet_out_of_state = true tcp_flags = true icmp = true icmp_type = true icmp_code = true message_info = true nat_rulenum = true nat_addtnl_rulenum = true session_id = true dns_query = true dns_type = true } } # report_groups } # create_profile_wizard_options not_supported = { pageviews = true } # not_supported } # firewall1_fw_logexport