hello !
i have a filebeat with two inputs with differents tags and outputs.
i want to remove only the registry of one of them. is there any way or parameter to remove the registry or or set the entry to read from the beginning?
- type: log
enabled: true
paths:
- "/apps/xxxx/integrations/log/*.log"
tags: ["tag-1"]
- type: filestream
enabled: true
paths:
- /apps/xxx/integrations/tagManagement/logs/*.csv
tags: ["tag-2r"]
Thank you in advanced!!