The project try to make journal log parsing on windows easily. The basic logic is to transfer the journal log to a remote linux server to convert and pull the result back. So the tool requires a remote/local linux env which you have access rights.
pyinstaller.exe -i JourParser.ico -F JourParser.py
- Download latest JourParser.zip.
- Config the
configure.jsonbefore your first usinghost_ip: your remote linux server ipuser_pwdanduser_name: your remote linux server ip's username and passwordremote_path: give a your journal folder on your remote linux server. eg: mine is/root/usr/journal/chrhong/context_menu: must be"disable"before your first using
- Run
JourParser.exeas administrator first time. - Then you can find a
"JourParser"item in your contextmenu, click it and you can get a result in the same folder.
- Enjoy it.
-
remote_pathshould be paticularly created and only used to put journal file. Because the tool will clean up the folder every time. Suggestion is to create your own folder here:/root/usr/journal/**yourUniqueName**/ -
context_menuonceenable, mean you already add theJourParserto your contextmenu, if you move theJourParser.exeto another place, you need to run"Usage Step2 and Step3"as above again.
