eventlog_to_syslog = { # Eventlog to Syslog Format # sessions, hits, bandwidth, pageviews, and visitors. # The name of the log format log.format.format_label = "Eventlog to Syslog Format" log.miscellaneous.log_data_type = "syslog_required" log.miscellaneous.log_format_type = "other" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = " EvntSLog: " # Use parsing filters to extract data log.format.parse_only_with_filters = "true" log.format.allow_spaces_in_listed_field_values = "false" # Log fields log.fields = { type = { label = "$lang_stats.field_labels.type" type = "flat" index = 0 subindex = 0 } # type user_name = { label = "$lang_stats.field_labels.user_name" type = "flat" index = 0 subindex = 0 } # user_name user_domain = { label = "$lang_stats.field_labels.user_domain" type = "flat" index = 0 subindex = 0 } # user_domain service_name = { label = "$lang_stats.field_labels.service_name" type = "flat" index = 0 subindex = 0 } # service_name service_id = { label = "$lang_stats.field_labels.service_id" type = "flat" index = 0 subindex = 0 } # service_id ticket_options = { label = "$lang_stats.field_labels.ticket_options" type = "flat" index = 0 subindex = 0 } # ticket_options ticket_encryption_type = { label = "$lang_stats.field_labels.ticket_encryption_type" type = "flat" index = 0 subindex = 0 } # ticket_encryption_type client_address = { label = "$lang_stats.field_labels.client_address" type = "flat" index = 0 subindex = 0 } # client_address domain = { label = "$lang_stats.field_labels.domain" type = "flat" index = 0 subindex = 0 } # domain process_id = { label = "$lang_stats.field_labels.process_id" type = "flat" index = 0 subindex = 0 } # process_id logon_id = { label = "$lang_stats.field_labels.logon_id" type = "flat" index = 0 subindex = 0 } # logon_id logon_type = { label = "$lang_stats.field_labels.logon_type" type = "flat" index = 0 subindex = 0 } # logon_type logon_process = { label = "$lang_stats.field_labels.logon_process" type = "flat" index = 0 subindex = 0 } # logon_process authentication_package = { label = "$lang_stats.field_labels.authentication_package" type = "flat" index = 0 subindex = 0 } # authentication_package workstation = { label = "$lang_stats.field_labels.workstation" type = "flat" index = 0 subindex = 0 } # workstation new_process_id = { label = "$lang_stats.field_labels.new_process_id" type = "flat" index = 0 subindex = 0 } # new_process_id creator_process_id = { label = "$lang_stats.field_labels.creator_process_id" type = "flat" index = 0 subindex = 0 } # creator_process_id image_file_name = { label = "$lang_stats.field_labels.image_file_name" type = "flat" index = 0 subindex = 0 } # image_file_name } # log.fields # # Log Parsing Filters log.parsing_filters = { # Parse out all the beginning fields 1 = { label = "1" comment = "" value = "collect_fields_using_regexp('()EvntSLog: ([^:]+): ', '*KEY*,type')" } # 1 # Parse other fields 2 = { label = "2" comment = "" value = "collect_listed_fields_using_regexp('()EvntSLog: [^:]+: (.*)$', ' ', ': ', '')" } # 2 # Accept this log entry 3 = { label = "3" comment = "" value = "accept_collected_entry_using_regexp('^()', false)" } # 3 } # log.parsing_filters # Database fields database.fields = { type = { label = "$lang_stats.field_labels.type" log_field = "type" type = "string" suppress_top = 0 suppress_bottom = 2 } # type user_name = { label = "$lang_stats.field_labels.user_name" log_field = "user_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # user_name user_domain = { label = "$lang_stats.field_labels.user_domain" log_field = "user_domain" type = "string" suppress_top = 0 suppress_bottom = 2 } # user_domain service_name = { label = "$lang_stats.field_labels.service_name" log_field = "service_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # service_name service_id = { label = "$lang_stats.field_labels.service_id" log_field = "service_id" type = "string" suppress_top = 0 suppress_bottom = 2 } # service_id ticket_options = { label = "$lang_stats.field_labels.ticket_options" log_field = "ticket_options" type = "string" suppress_top = 0 suppress_bottom = 2 } # ticket_options ticket_encryption_type = { label = "$lang_stats.field_labels.ticket_encryption_type" log_field = "ticket_encryption_type" type = "string" suppress_top = 0 suppress_bottom = 2 } # ticket_encryption_type client_address = { label = "$lang_stats.field_labels.client_address" log_field = "client_address" type = "string" suppress_top = 0 suppress_bottom = 2 } # client_address domain = { label = "$lang_stats.field_labels.domain" log_field = "domain" type = "string" suppress_top = 0 suppress_bottom = 2 } # domain process_id = { label = "$lang_stats.field_labels.process_id" log_field = "process_id" type = "string" suppress_top = 0 suppress_bottom = 2 } # process_id logon_id = { label = "$lang_stats.field_labels.logon_id" log_field = "logon_id" type = "string" suppress_top = 0 suppress_bottom = 2 } # logon_id logon_type = { label = "$lang_stats.field_labels.logon_type" log_field = "logon_type" type = "string" suppress_top = 0 suppress_bottom = 2 } # logon_type logon_process = { label = "$lang_stats.field_labels.logon_process" log_field = "logon_process" type = "string" suppress_top = 0 suppress_bottom = 2 } # logon_process authentication_package = { label = "$lang_stats.field_labels.authentication_package" log_field = "authentication_package" type = "string" suppress_top = 0 suppress_bottom = 2 } # authentication_package workstation = { label = "$lang_stats.field_labels.workstation" log_field = "workstation" type = "string" suppress_top = 0 suppress_bottom = 2 } # workstation new_process_id = { label = "$lang_stats.field_labels.new_process_id" log_field = "new_process_id" type = "string" suppress_top = 0 suppress_bottom = 2 } # new_process_id creator_process_id = { label = "$lang_stats.field_labels.creator_process_id" log_field = "creator_process_id" type = "string" suppress_top = 0 suppress_bottom = 2 } # creator_process_id image_file_name = { label = "$lang_stats.field_labels.image_file_name" log_field = "image_file_name" type = "string" suppress_top = 0 suppress_bottom = 2 } # image_file_name } # database.fields database.numerical_fields = { hits = { label = "$lang_stats.field_labels.hits" default = true requires_log_field = false type = "int" display_format_type = "integer" entries_field = true } # hits } # database.numerical_fields log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'hits = 1;' } # mark_entry } # log.filters create_profile_wizard_options = { # How the reports should be grouped in the report menu report_groups = { date_time_group = "" type = true user_name = true user_domain = true service_name = true service_id = true ticket_options = true ticket_encryption_type = true client_address = true domain = true process_id = true logon_id = true logon_type = true logon_process = true authentication_package = true workstation = true new_process_id = true creator_process_id = true image_file_name = true } # report_groups } # create_profile_wizard_options not_supported = { individualhosts = true visitors = true sessions = true pageviews = true bandwidth = true } # not_supported } # eventlog_to_syslog