We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes the date count is off. So upon completion will see more fewer total dates then the actual number parsed. For example:
[drew@dumbledore]~% nagini run dns grepcidr X.X.X.X Zeek Log Directory: /data/zeek/logs Log Type: dns Date Range: 2021/06/09 10:00:00 - 2021/06/10 10:00:00 Command to run: /usr/bin/grepcidr X.X.X.X Threads: 8 Output Directory: /home/drew/output-20210610:10:36:10.380 Continue? (Y/n) Y 24 / 24 Log Parses Complete: [======] 2 / 1 Days Complete: [======]
Where we have 2/1 days.
The finished count is the one that is correct, where the /1 is incorrect.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes the date count is off. So upon completion will see more fewer total dates then the actual number parsed. For example:
Where we have 2/1 days.
The finished count is the one that is correct, where the /1 is incorrect.
The text was updated successfully, but these errors were encountered: