1<?xml version="1.0" encoding="UTF-8"?>
 2<schedule>
 3    <description>Ingest MOC Archive Events Reports (MOC_ARC_REPORTS) products</description>
 4    <trigger>
 5        <directory-monitor>
 6            <directory>{settings.DATALAKE_PRIMARY}/MONITORING_HISTORY</directory>
 7            <pattern>????_LOG_MOC__???_MON_HIST___G??????????????Z_S??????????????Z_E??????????????Z.txt</pattern>
 8            <!-- <pattern>????_LOG_MOC__???_MON_HIST___G??????????????Z_S??????????????Z_E??????????????Z.zip</pattern> -->
 9            <parser>chartepssg.alg.moc_rep_events.fileattr</parser>
10        </directory-monitor>
11    </trigger>
12    <response>
13        <activity>MOC_ARC_REPORT_INGESTER</activity>
14    </response>
15</schedule>