#
#
#
# log_format_page()
#
#
#
subroutine(log_format_page(
string licensing_features,
string send_log_data_to_support_info,
string click_next_to_continue_paragraph), (
# ------------------------
# log_format_no_match_page
# ------------------------
'
\n';
'
' . lang_admin.new_profile_wizard.log_format_no_match_page.info . '
\n';
if (licensing_features ne "lite") then (
'
' . lang_admin.new_profile_wizard.log_format_no_match_page.instruction . '
\n';
);
'
\n';
'
' . send_log_data_to_support_info . '
\n';
if (licensing_features eq "lite") then (
'
' . lang_admin.general.sorry_for_inconvenience_info . '
\n';
);
'
\n';
'
\n';
# ----------------------------
# log_format_direct_match_page
# ----------------------------
'\n';
'
' . lang_admin.new_profile_wizard.log_format_direct_match_page.info . '
\n';
'
\n';
'
\n';
if (licensing_features ne "lite") then (
# build_beta_log_format_info_section("log_format_direct_match_beta_info_section");
'
\n';
)
else (
click_next_to_continue_paragraph;
);
'
\n';
# ------------------------------
# log_format_multiple_match_page
# ------------------------------
'\n';
'
';
lang_admin.new_profile_wizard.log_format_multiple_match_page.instruction . '
\n';
'
';
lang_admin.new_profile_wizard.log_format_multiple_match_page.syslog_instruction . ' ';
``;
'' . lang_admin.general.more_information_label . '';
'
\n';
'
\n';
`
\n`;
'
';
if (licensing_features ne "lite") then (
# build_beta_log_format_info_section("log_format_multiple_match_beta_info_section");
'
\n';
);
'
\n';
# -------------------
# log_format_all_page
# -------------------
'\n';
'
' . lang_admin.new_profile_wizard.log_format_all_page.instruction . '
\n';
'
\n';
'
';
# build_beta_log_format_info_section("log_format_all_beta_info_section");
'
\n';
));