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.json
before your first usinghost_ip
: your remote linux server ipuser_pwd
anduser_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.exe
as 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_path
should 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_menu
onceenable
, mean you already add theJourParser
to your contextmenu, if you move theJourParser.exe
to another place, you need to run"Usage Step2 and Step3"
as above again.