Skip to content
New issue

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

Fix date count in progress bar #2

Open
drewsortega opened this issue Jun 10, 2021 · 0 comments
Open

Fix date count in progress bar #2

drewsortega opened this issue Jun 10, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@drewsortega
Copy link
Contributor

drewsortega commented Jun 10, 2021

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.

@drewsortega drewsortega added the bug Something isn't working label Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant