-
Notifications
You must be signed in to change notification settings - Fork 146
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
File Upload Problem #17
Comments
I'm guessing your procmon events don't fall into any of these categories: https://github.com/yampelo/beagle/blob/master/beagle/transformers/procmon_transformer.py#L15 I only had a handful of procmon exports available, and they may not have been thorough enough to cover all the values of the Would you be willing to share your CSV? Or at least let me know the values of the import pandas as pd
df = pdf.read_csv(path_to_procmon_csv)
df.Operation.value_counts() |
I have the same problem in the "Windows Event Log" file. |
hey, can you reupload the files? |
I have the same problem. So I edited the csv to only contain readfile events. These are in the https://github.com/yampelo/beagle/blob/master/beagle/transformers/procmon_transformer.py#L15. I also ran the docker with logger at debug info and added a logger entry to the procmon_transformer. The logger statement never showed up. So I've attached the csv so you can try. (zipped) |
Found what prevented me from reading in the procmon files. Created a pull request to fix the bug. |
Hello,
I ran the application using the Docker file, but I'm getting this error when I want to upload a file. Where can I be making a mistake? Can you help me?
Error;
The text was updated successfully, but these errors were encountered: