i create folder with date so now i try to set date but i try with datetime.xml but fail
C:\Users\T_NiteshS1\Documents\My Received Files\20150511\log2.log
If you see before log2.log you get folder 20150511 This is date
if you expend 20150511 this yyyymmdd
i try in xml is
<define name="_masheddate2" extract="month, day, year">
<text><![CDATA[(?:^|C:\Program Files\Splunk\etc\apps\search::).*?(20\d{2})(\d{2})(\d{2})]]></text>
</define>
... View more