Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 816 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 816 Bytes

C.Lo.D.

CLoD (CADF Log Detective) 🕵️ is a python3 script that parses a log file containing CADF event records (in JSON format).

Install dependencies from requirements.txt

pip install -r requirements.txt
usage: clod.py [-h] -i INPUT

optional arguments:
  -h, --help                  show this help message and exit
  -i INPUT, --input INPUT     input file containing json CADF event records

eg.

python3 clod.py -i cs_events

Executing CloD for OpenStack events file (raw_cadf_sample) and for CloudStack events file (cs_events)

Executing CLod

Using a MongoDB client (robo3T) to view Collections

Viewing CADF Records