hi i try to config filebeat like a if in CSV or log file it have new line record it must to send only new line record not all off them data
this is my config
filebeat.prospectors:
- type: log
enabled: true
paths:
- D:\Filebeat\datafrombeat.csv
#- c:\programdata\elasticsearch\logs\*
ignore_older: 12h
close_older: 1m
close_inactive: 1m
clean_removed: true
close_removed: true
scan_frequency: 10s
registry_file: registry
thank you