-
Notifications
You must be signed in to change notification settings - Fork 444
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
Event log import error #20
Comments
Your neo4j server may have timeout. I changed to connect to neo4j server just before uploading data. Please try the fixed version. |
after update,the problem is still there $ sudo git pull but the sample security log file can be imported. $ sudo python3 logontracer.py --delete -e ./sample/Security.evtx -z +8 -u neo4j -p password -s 192.168.1.69 |
Can you share the event log to me in order to resolve this issue? |
these problem also happened to me cam you share how to fix this also ? this tool is so promising if user can operate "user friendly" |
Same issue: |
I run Logontracer under k8s, and it show "Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application." I don't yet import logs, just press log button. |
hi,when i import my event log ,i got these errors.but the sample Securyty.evtx is good,why?
$ sudo python3 logontracer.py --delete -e ./security.evtx -z +8 -u neo4j -p passwrod -s 192.168.1.69
[] Script start. 2018/06/11 09:03:54
[] Delete all nodes and relationships from this Neo4j database.
[] Time zone is 8.
[] Last record number is 14480.
[] Start parsing the EVTX file.
[] Parse the EVTX file ./security.evtx.
[] Now loading 14400 records.
[] Load finished.
[] Total Event log is 14480.
[] Calculate PageRank.
[] Calculate ChangeFinder.
[] Creating a graph data.
Traceback (most recent call last):
File "logontracer.py", line 803, in
main()
File "logontracer.py", line 792, in main
parse_evtx(args.evtx, GRAPH)
File "logontracer.py", line 745, in parse_evtx
tx.process()
File "/usr/local/lib/python3.6/dist-packages/py2neo/database/init.py", line 1050, in process
self._post()
File "/usr/local/lib/python3.6/dist-packages/py2neo/database/init.py", line 1293, in _post
self._sync()
File "/usr/local/lib/python3.6/dist-packages/py2neo/database/init.py", line 1282, in _sync
connection.send()
File "/usr/local/lib/python3.6/dist-packages/py2neo/packages/neo4j/v1/bolt.py", line 310, in send
self.channel.send()
File "/usr/local/lib/python3.6/dist-packages/py2neo/packages/neo4j/v1/bolt.py", line 141, in send
self.socket.sendall(data)
ConnectionResetError: [Errno 104] Connection reset by peer
The text was updated successfully, but these errors were encountered: