João Godinho
file_events
, I can exclude paths, but not a specific file and/or multiple files, correct?theopolis
João Godinho
exclude_paths
with /path/to/file.%
where after .
it’s just a random numbertheopolis
João Godinho
%
and %%
don’t, this was the config:exclude_paths:
homes:
- /home/joao.godinho/file.txt
- /home/joao.godinho/test%%
- /home/joao.godinho/test%
file_paths
validation, right?file_events
with a WHERE clause to exclude some files, will the excluded file events be considered “consumed” and removed from the table when the expiry triggers?theopolis
João Godinho
exclude_paths
not workingtheopolis