Skip to content

Utility for converting compressed LogRhythm archive files to plain text

License

Notifications You must be signed in to change notification settings

jpsutton/lca2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lca2txt

lca2txt is CLI utility for converting compressed LogRhythm archive files (LCA files) to plain text. The converted log data can be dumped to standard output or relayed to a syslog server

Examples

Get help for commands and CLI flags:

# python main.py --help
# python main.py dump --help
# python main.py relay --help

Output to standard output:

# python main.py dump --archive some_archive_filename.lca

Output to a local syslog server on port 1514/UDP:

# python main.py relay --archive some_archive_filename.lca -s 127.0.0.1 -p 1514

About

Utility for converting compressed LogRhythm archive files to plain text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages