Skip to content

amulog/ltjunos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LTJunos

Overview

LTJunos is a log template parser from System Log Explorer (by Juniper Networks). LTJunos converts the excel file of Junos log templates obtained from System Log Explorer into some formats for automatic use.

How to obtain the list?

First, obtain the excel file of a log template list from System Log Explorer. You need a Juniper account to obtain it (Guest account is enough).

  1. Go to System Log Explorer.
  2. Select a Junos release you are intersted.
  3. Click Excel icon (see screenshot).
  4. (Create Juniper account if you need.)
  5. Then you will get the excel file.
./syslog_explorer.png

Please take care when using the list because Juniper networks prohibits disclosing or redistributing the list.

How to parse the list?

You can parse the excel list into json file with the following command.

python ltjunos.py -o output.json System_Log_Messages_Junos_OS_[release].xlsx

You can also generate amulog log templates (for import-ext mode).

python ltjunos.py -t amulog-plain -o lt_amulog.txt System_Log_Messages_Junos_OS_[release].xlsx

About

Log template parser for Junos System Log Explorer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages