# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. trend_server_protect_admin_csv = { plugin_version = "1.0.1" # Initial creation - 1.0 # 2011-07-21 - 1.0.1 - MSG - Edited info lines. info.1.manufacturer = "Trend Micro" info.1.device = "ServerProtect CSV Admin" info.1.version.1 = "" # The name of the log format log.format.format_label = "Trend ServerProtect CSV Admin Log Format" 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 = "\"Date\",\"Time\",\"Category\",\"Username\",\"Computer name\",\"Type\",\"Description\"" statistics.miscellaneous.entry_name = "events" database.numerical_fields = { events = { label = "$lang_stats.field_labels.events" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # events } # database.numerical_fields 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 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 = { visitors = true sessions = true pageviews = true bandwidth = true individualhosts = true } # not_supported } # trend_server_protect_admin_csv