# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. internet_security_systems_network_sensors = { plugin_version = "1.0.1" # 2007-09-11 - 1.0 - KBB - added version number and changed file name from # beta_internet_security_systems_network_sensors.cfg # 2011-01-03 - 1.0.1 - MSG - Edited info lines. info.1.manfacturer = "IBM" info.1.device = "Internet Security Systems Network Sensors" info.1.version.1 = "" # The name of the log format log.format.format_label = "Internet Security Systems Network Sensors" log.miscellaneous.log_data_type = "csv" 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 = "^Time,Tag Name,Event Count,Status,Severity,Source IP,Target IP,Sensor DNS Name" auto_setup.omit_database_fields = "start_time,end_time" # Log fields log.fields = { date = "" } # log.fields log.parsing_filters.parse = ` if (matches_regular_expression(time, '^([0-9-]*) ([0-9:]*)')) then ( date = $1; time = $2; ); ` 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.numerical_fields = { events = { default = true requires_log_field = false entries_field = true } # events } # 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 } # internet_security_systems_network_sensors