Skip to content
/ clod Public

CADF Log Detective - a parsing tool for log files containing CADF event records

License

Notifications You must be signed in to change notification settings

ndalezios/clod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages