Skip to content

parsing configs or log files with custom json schema

Notifications You must be signed in to change notification settings

tuky191/config_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config parser

Tool to parse configs or log files based on custom json schema. Originally built for juniper set config, it can be used to parse any config or log that has repeating elements such as

set interfaces et-0/0/56 description "description"

set interfaces et-0/0/56 hold-time up 100

set interfaces et-0/0/56 hold-time down 0

example:

./config_parser --config your_set_config --regex regex.json --structure structure.json

About

parsing configs or log files with custom json schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages