-
Notifications
You must be signed in to change notification settings - Fork 96
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
Unable to create table #81
Comments
Hi,
to debug, there is a Since you have a lot of different EVTX files, it is possible that this is a "Too many columns" error linked to a SQLite default limitation. Check this previous issue for details. If it is that, a simple solution would be to split the number of files handled by one instance of Zircolite. For example, you create two directories with half of the EVTX in each one and run two Zircolite in parallel. |
Thank you. I ran it again with But, I did as you suggest, split the dump of evtx files into 3 separate dirs and was able to successfully process them. |
Thank you. Looking at your logs, it was indeed a "Too many columns" error :
I will had something in the docs and may be a check to warn users. PS : if you often work with a lot of logs be sure to check this section of the docs to speed up your analysis. Thanks for sharing. |
Nice looking project!
I'm trying to run it on an M1 Mac Mini running macOS 14.6 + Python 3.12 + a virtualenv.
I cloned the repo, created a new venv, and installed
requirements.full.txt
without incident.I pointed it at a directory of
.evtx
files recently exported from a Windows 11 PC. The directory contains 516 files totalling 336MB.But, it's failing during the run after Creating model:
Any ideas on how to debug this?
The text was updated successfully, but these errors were encountered: