Closed David-Aires closed 3 months ago
You are importing the same folder that you had in your first import, are your new logs in a new folder for the next day?
Yes, each day has its own log folder. But I want to import the same day's logs every hour, so the folder must remain the same throughout the day. Rita needs to detect new zip logs in the folder.
In the following image, I have new logs (for the same day) arriving as time goes by. If I run Rita in the morning, the tool imports the morning's logs, but not the afternoon's if I run it at the end of the day. Logically, RITA should detect these new compressed logs and import them. Exactly as in the old version.
Issue was addressed and release updated, please get a fresh copy of v.5.0.7 and let us know if it works.
Everything's working properly now! Many thanks for the fix :heart_eyes: and for this incredible tool.
Hi I have the same problem This problem still exists in v5.0.8
Architecture
My project is made up of several docker containers, the DB (clickhouse), rita and zeek. A volume is shared between the Rita and Zeek containers in order to access the logs.
A cron is run every hour to import the logs into Rita. For the import, I only take the zeek logs folder of the day in order to have only 24h in Rita (the rolling option is also well set).
Issue
When Rita makes her first import of the day, everything goes according to plan. All the logs are found and imported.
But on subsequent imports, Rita no longer imports anything and reports that all the files have already been imported.
However, there are new logs after the first ones that have been imported...