I have enable continuous monitoring based on the file available in the folder able to generate dashboard based on the input file(syslog1).
Here my question is suppose new file(syslog2) is placed in the folder then based on the values available in the new input file(Syslog2) the dashboard should display and the old data(syslog1) should be deleted.
But for me the data is getting append to the existing dashboard. How to delete the existing old values and populate with the new file automatically. (ie every 10 mins ) without any manual intervention.
Please assist on this.