Hi,All
I hava a problem that the filebeat can't scan the document again.
firstly,there's 2 document path named /data/EDI/manifest/EKONEK/in/ .txt and /data/EDI/manifest/EKONEK/out/.txt ,when i start filebeat for the first time,it can run and transfer to logstash successfully and logstash transfer to elasticsearch successfully too.
secondly,i delete the index 'in' (/data/EDI/manifest/EKONEK/in/.txt ) and index 'out'(/data/EDI/manifest/EKONEK/out/.txt ) in elasticsearch,try to restart filebeat to transfer again,find that filebeat can't scan the document again.
thirdly,i delete the document {path}/data/registry and restart,the result is filebeat can scan the /data/EDI/manifest/EKONEK/out/.txt again but not /data/EDI/manifest/EKONEK/in/.txt .
And the document Registry still hava" /data/EDI/manifest/EKONEK/in/*.txt " 's message,what is the problem? pls help me .