<#Edit Log Source#>

{$safelogsource}

{if $stateid}
{$form.updatestate.label}

When changing an existing logsource that has been processed in the past you will usually want to have the state information updated to match the new logsource. Otherwise the modified logsource will appear to be a new and different source and will cause previous logs to be read a 2nd time.

{if $form.updatestate.error}

{$form.updatestate.error}

{/if}
{/if}
{$form.path.label} {if $form.path.error}

{$form.path.error}

{/if}
{$form.protocol.label}

If the logs are on a remote server specify the protocol you want to use to download the logs for processing.

{if $form.protocol.error}

{$form.protocol.error}

{/if}
{include file='block_form_footer.html'}