profile = { database = { options = { automatically_update_when_older_than = { type = "integer" minimum_value = "0" shortcut = "auwot" } # automatically_update_when_older_than prompt_before_erasing_database = { type = "boolean" shortcut = "pbed" } # prompt_before_erasing_database # 2007-06-04 - GMF - Deprecated # lock_database_when_in_use = { # type = "boolean" # } # 2007-04-05 - GMF - Since this has been moved to server, it breaks the docs to have this present here # (it tries to use its location here to look it up in lang_options, where it doesn't exist). # Therefore, commenting it out. # database_directory = { # HAS BEEN MOVED TO SERVER # type = "string" # shortcut = "dd" # } # database_directory # 2007-04-05 - GMF - Moved this group inside database (it was outside it, in database.options), # because that's where it is in the profile. server = { type = { type = "string" } hostname = { type = "string" } dsn = { type = "string" } password = { type = "string" } username = { type = "string" } database_name = { type = "string" } sql_table_name_prefix = { type = "string" } sql_table_name_suffix = { type = "string" } database_directory = { type = "string" shortcut = "dd" } # database_directory server_socket = { type = "string" } bulk_import_method = { type = "string" shortcut = "bim" } # bulk_import_method load_data_directory = { type = "string" } # load_data_directory load_data_directory_on_server = { type = "string" } # load_data_directory_on_server } # server } # options tuning = { split_queries = { method = { type = "string" shortcut = "sqm" } # method number_of_threads = { type = "integer" shortcut = "not" } # number_of_threads } # split_queries # update_xrefs_on_update = { KHP 20/Dec/2011 - deprecated # type = "boolean" # shortcut = "uxou" # } # update_xrefs_on_update build_all_indices_simultaneously = { type = "boolean" shortcut = "bais" } # build_all_indices_simultaneously build_all_xref_tables_simultaneously = { type = "boolean" shortcut = "baxts" } # build_all_xref_tables_simultaneously build_indices_during_log_processing = { type = "boolean" shortcut = "bidlp" } # build_indices_during_log_processing build_xref_tables_and_indices_simultaneously = { type = "boolean" shortcut = "bxtais" } # build_xref_tables_and_indices_simultaneously build_xref_tables_during_log_processing = { type = "boolean" shortcut = "bxtdlp" } # build_xref_tables_during_log_processing build_indices_in_threads = { type = "boolean" shortcut = "biit" } # build_indices_in_threads build_indices_in_memory = { type = "boolean" shortcut = "biim" } # build_indices_in_memory keep_itemnums_in_memory = { type = "boolean" shortcut = "kiim" } # keep_itemnums_in_memory segment_xrefs = { type = "boolean" shortcut = "sx" } # segment_xrefs # KHP 20/Sep/2011 - disabled #itemnums_cache_size = { # type = "bytes" # shortcut = "ics" #} # itemnums_cache_size # KHP 20/Sep/2011 - disabled #xref_tables_cache_size = { # type = "bytes" # shortcut = "xtcs" #} # xref_tables_cache_size # build_xref_tables_in_threads = { KHP 20/Dec/2011 - deprecated # type = "boolean" # shortcut = "bxtit" # } # build_xref_tables_in_threads # KHP 21/July/2010 - hash_table_expansion_factor is not anymore used # hash_table_expansion_factor = { # type = "integer" # shortcut = "htef" #} # hash_table_expansion_factor # KHP 21/July/2010 - hash_table_starting_size is not anymore used # hash_table_starting_size = { # type = "integer" # shortcut = "htss" # } # hash_table_starting_size # KHP 21/July/2010 - hash_table_surplus_factor is not anymore used # hash_table_surplus_factor = { # type = "integer" # shortcut = "htsf" # } # hash_table_surplus_factor list_cache_size = { type = "bytes" shortcut = "lcs" } # list_cache_size # KHP 20/Sep/2011 - disabled #maximum_main_table_segment_merge_size = { # type = "bytes" # shortcut = "mmtsms" #} # maximum_main_table_segment_merge_size # KHP 08/Dec/2010 - disabled #maximum_main_table_segment_size = { # type = "bytes" # shortcut = "mmtss" #} # maximum_main_table_segment_size maximum_xref_segment_merge_size = { type = "bytes" shortcut = "mxsms" } # maximum_xref_segment_merge_size # KHP 20/Sep/2011 - disabled #maximum_xref_table_segment_size = { # type = "bytes" # shortcut = "mxtss" #} # maximum_xref_table_segment_size # KHP 20/Sep/2011 - disabled #maximum_paging_caching_buffer_memory_usage = { # type = "bytes" # shortcut = "mpcbmu" #} # maximum_paging_caching_buffer_memory_usage maximum_paging_caching_buffer_full_load = { type = "bytes" shortcut = "mpcbfl" } # maximum_paging_caching_buffer_full_load # 2013-01-31 - GMF - load_data_rows_per_block is an integer load_data_rows_per_block = { # type = "boolean" type = "integer" } } # tuning } # database log = { format = { allow_newlines_inside_quotes = { type = "boolean" shortcut = "aniq" } # allow_newlines_inside_quotes allow_spaces_in_listed_field_values = { type = "boolean" shortcut = "asilfv" } # allow_spaces_in_listed_field_values apache_description_string = { type = "string" shortcut = "ads" } # apache_description_string autodetect_lines = { type = "integer" shortcut = "al" } # autodetect_lines autodetect_regular_expression = { type = "string" shortcut = "are" } # autodetect_regular_expression autodetect_expression = { type = "string" shortcut = "ae" } # autodetect_expression blue_coat_description_string = { type = "string" shortcut = "bcds" } # blue_coat_description_string collected_entry_lifespan = { type = "integer" minimum_value = "0" shortcut = "cel" } # collected_entry_lifespan common_log_format = { type = "boolean" shortcut = "clf" } # common_log_format discard_expired_entries = { type = "boolean" shortcut = "dee" } # discard_expired_entries field_separator = { type = "string" shortcut = "fs" } # field_separator date_format = { type = "string" shortcut = "ldf" } # date_format # KHP 20/June/2010 - this is not anymore in use within format # default_log_date_year = { # type = "string" # shortcut = "dldy" # } # default_log_date_year format_label = { type = "string" shortcut = "fl" } # format_label global_date_regular_expression = { type = "string" shortcut = "gdre" } # global_date_regular_expression global_date_filename_regular_expression = { type = "string" shortcut = "gdfre" } # global_date_filename_regular_expression ignore_format_lines = { type = "boolean" shortcut = "ifl" } # ignore_format_lines ignore_newlines_after_log_line_regexp = { type = "string" shortcut = "inallre" } ignore_quotes = { type = "boolean" shortcut = "iq" } # ignore_quotes parse_only_with_filters = { type = "boolean" shortcut = "powf" } # parse_only_with_filters parsing_regular_expression = { type = "string" shortcut = "pre" } # parsing_regular_expression time_format = { type = "string" shortcut = "ltf" } # time_format treat_brackets_as_quotes = { type = "boolean" shortcut = "tbaq" } # treat_brackets_as_quotes treat_apostrophes_as_quotes = { type = "boolean" shortcut = "taaq" } # treat_apostrophes_as_quotes } # format processing = { allow_empty_log_source = { type = "boolean" shortcut = "aels" } # allow_empty_log_source date_offset = { type = "string" shortcut = "do" } # date_offset default_log_date_year = { type = "string" shortcut = "" } # default_log_date_year log_entry_pool_size = { type = "integer" minimum_value = "1" shortcut = "eps" } # log_entry_pool_size look_up_location_with_geoip = { type = "boolean" shortcut = "" } # look_up_location_with_geoip read_block_size = { type = "bytes" minimum_value = "1" shortcut = "rbs" } # read_block_size maximum_read_block_size = { type = "bytes" minimum_value = "1" shortcut = "mrbs" } # maximum_read_block_size # real_time = { # type = "boolean" # shortcut = "" # } distributed = { method = { type = "string" shortcut = "psdm" } starting_port_auto = { type = "integer" minimum_value = "1" shortcut = "spa" } number_of_servers = { type = "integer" minimum_value = "2" shortcut = "nos" } file_by_file = { type = "boolean" shortcut = "fbf" } } # distributed skip_previously_seen_data_on_update = { type = "boolean" shortcut = "spsdou" } # skip_previously_seen_data_on_update skip_most_recent_file = { type = "boolean" shortcut = "smrf" } # skip_most_recent_file skip_processed_filenames_on_update = { type = "boolean" shortcut = "spfod" } # skip_processed_filenames_on_update skip_file_expression = { type = "string" } ignore_regexp_for_skip_checksum = { type = "string" shortcut = "irfsc" } # ignore_regexp_for_skip_checksum thread_data_block_size = { type = "bytes" minimum_value = "1" shortcut = "tdbs" } # thread_data_block_size threads = { type = "integer" minimum_value = "0" shortcut = "lpt" } # threads convert_log_data_charset = { type = "boolean" shortcut = "cldc" } # convert_log_data_charset convert_log_data_from_charset = { type = "string" shortcut = "cldfc" } # convert_log_data_from_charset convert_log_data_to_charset = { type = "string" shortcut = "cldtc" } # convert_log_data_to_charset output = { field_delimiter = { type = "string" shortcut = "fd" } # field_delimiter suppress_output_header = { type = "boolean" # KHP 20/June/2010 - suppress_output_header is of type boolean and not a string shortcut = "soh" } # suppress_output_header output_date_time_format = { type = "string" shortcut = "odtf" } # output_date_time_format empty_output_value = { type = "string" shortcut = "eov" } # empty_output_value } # output } # processing miscellaneous = { log_data_type = { type = "string" } # log_data_type log_format_type = { type = "string" } # log_format_type } # miscellaneous source = { pathname = { type = "string" } # pathname pattern_is_regular_expression = { type = "boolean" } # pattern_is_regular_expression process_subdirectories = { type = "boolean" } # process_subdirectories command = { type = "string" } # command query = { type = "string" } # query } # source } # log network = { actions_email_address = { type = "string" shortcut = "aea" } # actions_email_address actions_return_address = { type = "string" shortcut = "ara" } dns_server = { type = "string" shortcut = "ds" } # dns_server dns_timeout = { type = "integer" minimum_value = "0" shortcut = "dt" } # dns_timeout ip_numbers_cache_file = { type = "string" shortcut = "incf" } # ip_numbers_cache_file look_up_ip_numbers = { type = "boolean" shortcut = "luin" } # look_up_ip_numbers look_up_ip_numbers_before_filtering = { type = "boolean" shortcut = "luinbf" } # look_up_ip_numbers_before_filtering maximum_simultaneous_dns_lookups = { type = "integer" minimum_value = "1" maximum_value = "100" shortcut = "msdl" } # maximum_simultaneous_dns_lookups # report_email_address = { # type = "string" # shortcut = "rea" # shortcut2 = "vea" # } # report_email_address # report_to_email = { # type = "string" # shortcut = "rte" # shortcut2 = "vtsbe" # } # report_to_email # return_address = { # type = "string" # shortcut = "ra" # } # return_address running_statistics_url = { type = "string" shortcut = "rsu" } # running_statistics_url secondary_dns_server = { type = "string" shortcut = "sds" } # secondary_dns_server # smtp_server_hostname = { # type = "string" # shortcut = "ssh" # } # smtp_server_hostname support_email_address = { type = "string" shortcut = "sea" } # support_email_address use_tcp_for_dns = { type = "boolean" shortcut = "utfd" } # use_tcp_for_dns } # network output = { # KHP 10-Nov-2010, moved number_thousands_divider to users # number_thousands_divider = { # type = "string" # shortcut = "ntd" # } # number_thousands_divider # KHP 10-Nov-2010, moved number_decimal_divider to users # number_decimal_divider = { # type = "string" # shortcut = "ndd" # } # number_decimal_divider progress_page_interval = { type = "integer" minimum_value = "1" } # progress_page_interval use_base_ten_for_byte_display = { type = "boolean" shortcut = "ubtfbd" } # use_base_ten_for_byte_display convert_export_charset = { type = "boolean" shortcut = "cec" } # convert_export_charset convert_export_from_charset = { type = "string" shortcut = "cefc" } # convert_export_from_charset convert_export_to_charset = { type = "string" shortcut = "cetc" } # convert_export_to_charset } # output security = { allow_viewers_to_rebuild = { type = "boolean" shortcut = "avtr" } # allow_viewers_to_rebuild show_docs_links_in_stats = { type = "boolean" shortcut = "sdlis" } # show_docs_links_in_stats } # security statistics = { miscellaneous = { cache_reports = { type = "boolean" shortcut = "cr" } # cache_reports entry_name = { type = "string" shortcut = "en" } # entry_name first_weekday = { type = "integer" shortcut = "fw" } # first_weekday hidden_views_url = { type = "string" shortcut = "hvu" } # hidden_views_url marked_weekday = { type = "integer" shortcut = "mw" } # marked_weekday # maximum_session_duration = { # type = "integer" # minimum_value = "0" # shortcut = "msd" # } # maximum_session_duration page_footer = { type = "string" shortcut = "pf" } # page_footer page_footer_file = { type = "string" shortcut = "pff" } # page_footer_file page_header = { type = "string" shortcut = "ph" } # page_header page_header_file = { type = "string" shortcut = "phf" } # page_header_file page_frame_command = { type = "string" shortcut = "pfc" } # page_frame_command show_http_link = { type = "boolean" shortcut = "shl" } server_root = { type = "string" shortcut = "sr" } # server_root # session_logout_regexp = { # type = "string" # shortcut = "slr" # } # session_logout_regexp # session_timeout = { # type = "integer" # minimum_value = "0" # shortcut = "st" # } # session_timeout user_agent_for_emails = { type = "string" shortcut = "uafe" } # user_agent_for_emails user_agent_for_files = { type = "string" shortcut = "uaff" } # user_agent_for_files csv_delimiter = { type = "string" shortcut = "cds" } # csv_delimiter visitor_name = { type = "string" shortcut = "vn" } # visitor_name use_overview_for_totals = { type = "bool" shortcut = "uoft" } # use_overview_for_totals } # miscellaneous sizes = { # expand_paths_greater_than = { # type = "integer" # minimum_value = "0" # shortcut = "epgt" # } # expand_paths_greater_than table_cell = { maximum_continuous_text_length = { type = "integer" shortcut = "mctl" } # maximum_continuous_text_length maximum_continuous_text_length_offset = { type = "integer" shortcut = "mctlo" } # maximum_continuous_text_length_offset maximum_text_length = { type = "integer" shortcut = "mtl" } # maximum_text_length } # table_cell # session_path = { # # maximum_continuous_text_length = { # type = "integer" # shortcut = "spmctl" # } # maximum_continuous_text_length # # maximum_continuous_text_length_offset = { # type = "integer" # shortcut = "spmctlo" # } # maximum_continuous_text_length_offset # # maximum_text_length = { # type = "integer" # shortcut = "spmtl" # } # maximum_text_length # # } # session_path } # sizes } # statistics } # profile