CiscoCollab
Cisco Collaboration products Toolkit for log analysis
Details
Installs
- Total 86
- Win 48
- Mac 31
- Linux 7
| Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 1 | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 |
| Mac | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
CiscoCollab
A productivity toolkit for Cisco Collaboration log analysis. CiscoCollab is a Sublime Text package designed to streamline the analysis of Cisco Collaboration logs. It provides automated highlighting, syntax detection, extraction utilities, and contextual decoding tools that make navigating large or complex log files significantly easier.
✨ Features
- Custom keyword highlighting for protocols, config keys, and diagnostic terms
- Optimized for YAML, SIP, and Cisco-style syntax
- Mouse binding for quick bookmarking (to be added manually)
- Extraction tool for nested files supporting “.zip”, “.tar”, “.gz”, “.tgz”, “.tar.gz” (removed support for .7z and .rar to prevent external dependencies)
- Persistent highlights introduced to the plugin, this will preserved highlighted words upon closure of the app
v1.2.0 Nov 3, 2025 - Feature added to clear specific styles instead of only “clear all”, malfunction corrections on the extraction tool and remove dependancies from other files
1.3.0 Nov 14, 2025 - CUCM dictionary values added as hover over popups for ease of understanding of what some values might mean; First stage: DTMF - Added syntax for EOL (end of line) process of CSF devices.
v1.4.0 Dec 19th,2025 - 🔐 Certificate Decoder Hover over Base64‑encoded certificates to view decoded X.509 details. Supports PEM and XML‑wrapped certificates, including SSO logs.
v1.5.0 Feb 10th, 2025 - SAML SSO logs auto format, Applies XML prettify to SSO logs from CUCM to display correctly the “InResponseTo” messages from IDP (Debug level of trace is required) - Automatically applies “Cisco” Syntax to new - Untitled tabs rename with first line edit in file despite the syntax applied
Create a new file with the name “Default (OSX).sublime-mousemap” for Mac and save it into this User/ folder; use “Default (Windows).sublime-mousemap” for Windows
Content:
[
{
"button": "button1",
"count": 1,
"modifiers": ["ctrl"],
"press_command": "toggle_bookmark"
}
]
🔧 Installation
Manual
- Clone or download this repository.
- Move the contents into your Sublime Text
Packages/Userdirectory:Preferences > Browse Packages