2
« on: November 27, 2019, 02:12 AM »
Hello,
Is there any way to read the log file in a table form like in excel?
the log file is showing
"NEW PROCESS" : {
"File" : "C:\Windows\System32\svchost.exe",
"ID" : "1",
"Size" : "47.55kb",
"Discovered" : "Nov 27, 2019 - 12:02 PM"
what im thinking is
|Status | File | ID | Size | Discovered |
|NEW PROCESS|C:\Windows\System32\svchost.exe| 1 |47.55kb| Nov 27, 2019 - 12:02 PM|
Thank you!