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

is there a limitation for the lines ? #7

Open
mohelbahy opened this issue Jun 1, 2018 · 1 comment
Open

is there a limitation for the lines ? #7

mohelbahy opened this issue Jun 1, 2018 · 1 comment

Comments

@mohelbahy
Copy link

hello guys
I tried the script with CSV log file contains 14606 lines
I got the following error
Traceback (most recent call last):
File "./GeoLogonalyzer.py", line 980, in
main(args)
File "./GeoLogonalyzer.py", line 662, in main
time, ip_string, user, hostname, client = get_csv_details(line)
File "./GeoLogonalyzer.py", line 301, in get_csv_details
ip_string = line_list[2].strip()

are you aware about any limitation ?

@davidpany
Copy link
Collaborator

There is no known input file size limit. I recently tested on a CSV file with 63,206 rows of input. Is there more to your error? The traceback you shared looks incomplete and does not seem to indicate why the tool failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants