{= include("docs.util"); start_docs_page(docs.technical_manual.page_titles.logformats); =}
$PRODUCT_NAME supports many different log formats using an extensible plug-in architecture. This version of $PRODUCT_NAME supports the following formats. Click a category below to jump to that format category.
{= "\n";
# Make links to the categories1
node category_label1;
sort("docs.log_formats_categories.labels1", "field:value,alphabetical,ascending");
foreach category_label1 "docs.log_formats_categories.labels1" (
" | \n";
"\n";
# Make links to the categories2
node category_label2;
sort("docs.log_formats_categories.labels2", "field:value,alphabetical,ascending");
foreach category_label2 "docs.log_formats_categories.labels2" (
" |
$PRODUCT_NAME automatically detects all of these formats, and arranges your profile options intelligently based on your log format. If your format is not on the list, but publicly available, support may be provided at no charge; and if so, it will be put into our log format queue. There is a continuous demand for new log file formats so there may be a significant delay before the plug-in is complete. For a faster response you may pay us to create the plug-in, which can be returned quickly. We can create one for you, just send a sample of your log data, 1 MB is ideal, but not more than 10 MB compressed to $SUPPORT_EMAIL and we will create a format description file. If your format is a private one, you can still process it with $PRODUCT_NAME by creating a custom log format description file (see {=docs_chapter_link('customformats')=}).
{= end_docs_page() =}