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.
- Source: https://github.com/amulog/ltjunos
- Bug Reports: https://github.com/amulog/ltjunos/issues
- Author: Satoru Kobayashi
- License: BSD-3-Clause
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).
- Go to System Log Explorer.
- Select a Junos release you are intersted.
- Click Excel icon (see screenshot).
- (Create Juniper account if you need.)
- Then you will get the excel file.
Please take care when using the list because Juniper networks prohibits disclosing or redistributing 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