Log Analysis

phil e

2021/12/25

Project Note

Problem

Log files are generated everytime our system is turned on. The issues usually arise when a customer returns from a flight and gives very vague description of a problem.

What we would like to know is:

Solutions

What is the output that gives us this information?

End result was using powershell to read and parse the files needed and pull out three (3) distinct sections:

Identification / Version Information

Test Status

Mission Status

All of this was done using Powershell. Main factors were:

  1. Who will use the tool?
  2. Any licenses needed ?
  3. Any special equipment - laptop needed?
  4. Can it work overseas and without internet connection.

Powershell file posted here: [todo:link here]!