# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. sidewinder_raw = { # The name of the log format log.format.format_label = "Sidewinder Raw Log Format (SUPPORTED ONLY AFTER acat -x EXPORT)" 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 log.format.autodetect_expression = "starts_with(volatile.log_data_line, 'AUD1x')" create_profile_wizard_options = { not_supported_message = "This log data appears to be in Sidewinder Raw Log Format, which is not supported directly by $PRODUCT_NAME ($PRODUCT_NAME processes text files, and does not support binary formats). You can still analyze this data with $PRODUCT_NAME, but you will need to convert it first, using the acat option. Run acat with the -x option to convert this to SEF log data, and then create a profile from that SEF log file, to get reports from this data." } # create_profile_wizard_options } # sidewinder_raw