# Copyright (c) 2012 Flowerfire, Inc. All Rights Reserved. vasco_ikey_server = { plugin_version = "1.0.0" info.1.manufacturer = "Vasco" info.1.device = "iKey Server" info.1.version.1 = "" # 2011-11-04 - Benson - 1.0 - Initial creation. # The name of the log format log.format.format_label = "Vasco iKey Server Log Format" log.miscellaneous.log_data_type = "application" log.miscellaneous.log_format_type = "other" # Format: Timestamp, Type, AMID, Category, Source, Code, Description, option Fields # 2011/09/01 17:45:45, Info, 0x007E4BF49EFC9923AB67773120B77DF2, Initialization, Identikey Server, I-002008, "The Authentication Server protocol handler has been initialized successfully.", Version ["3.2.2.121"], Configuration Details ["IP-Address: 192.168.0.12, IP-Port: 20004, Require-Client-Component: false, DPX-Upload-Location: C:\\Program Files\\VASCO\\Identikey 3.2\\dpx\\"] # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9], [^,]+, [^,]+, [^,]+, [^,]+, [^,]+, .*$" # Parse this data using a regular expression log.format.parsing_regular_expression = "([0-9/]+) ([0-9:]+), ([^,]*), ([^,]*), ([^,]*), ([^,]*), ([^,]*), \"([^\"]*)\", (.*)$" # Treat fields surrounded by square brackets (e.g. the date/time field) as a single quoted field. log.format.treat_brackets_as_quotes = "true" # Fields are separated by commas log.format.field_separator = "," # The format of dates and times in this log log.format.date_format = "yyyy/mm/dd" log.format.time_format = "hh:mm:ss" # 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 type = { label = "$lang_stats.field_labels.type" type = "flat" index = 0 subindex = 0 } # type amid = { label = "AMID" type = "flat" index = 0 subindex = 0 } # amid category = { label = "$lang_stats.field_labels.category" type = "flat" index = 0 subindex = 0 } # category source = { label = "$lang_stats.field_labels.source" type = "flat" index = 0 subindex = 0 } # source code = { label = "$lang_stats.field_labels.code" type = "flat" index = 0 subindex = 0 } # code description = { label = "$lang_stats.field_labels.description" type = "flat" index = 0 subindex = 0 left_to_right = true } # description option = { label = "$lang_stats.field_labels.option" type = "flat" index = 0 subindex = 0 left_to_right = true } # option events = { label = "$lang_stats.field_labels.event" type = "flat" index = 0 subindex = 0 } # events } # log.fields # Database fields database.fields = { date_time = { label = "$lang_stats.field_labels.date_time" log_field = "date_time" type = "string" suppress_top = 0 suppress_bottom = 3 display_format_type = "date_time" } # date_time day_of_week = { label = "$lang_stats.field_labels.day_of_week" log_field = "day_of_week" type = "string" suppress_top = 0 suppress_bottom = 2 display_format_type = "day_of_week" } # day_of_week hour_of_day = { label = "$lang_stats.field_labels.hour_of_day" log_field = "hour_of_day" type = "string" suppress_top = 0 suppress_bottom = 2 display_format_type = "hour_of_day" } # hour_of_day type = { label = "$lang_stats.field_labels.type" log_field = "type" type = "string" suppress_top = 0 suppress_bottom = 2 } # type amid = { label = "amid" log_field = "amid" type = "string" suppress_top = 0 suppress_bottom = 2 } # amid category = { label = "$lang_stats.field_labels.category" log_field = "category" type = "string" suppress_top = 0 suppress_bottom = 2 } # category source = { label = "$lang_stats.field_labels.source" log_field = "source" type = "string" suppress_top = 0 suppress_bottom = 2 } # source code = { label = "$lang_stats.field_labels.code" log_field = "code" type = "string" suppress_top = 0 suppress_bottom = 2 } # code description = { label = "$lang_stats.field_labels.description" log_field = "description" type = "string" suppress_top = 0 suppress_bottom = 2 } # description option = { label = "$lang_stats.field_labels.option" log_field = "option" type = "string" suppress_top = 0 suppress_bottom = 2 sql_field_length = "500" } # option } # database.fields # Log Filters 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 = { date_time_tracking = true #host_tracking = true } # create_profile_wizard_options } # vasco_ikey_server