https://github.com/thescriptguy/sublimetext-adem-logs
Syntax highlighting for ADEM log files with Sublime Text
https://github.com/thescriptguy/sublimetext-adem-logs
adem autonomous digitial experience files highlighting log log-files monitoring palo-alto-networks paloaltonetworks syntax
Last synced: 8 months ago
JSON representation
Syntax highlighting for ADEM log files with Sublime Text
- Host: GitHub
- URL: https://github.com/thescriptguy/sublimetext-adem-logs
- Owner: TheScriptGuy
- Created: 2022-04-11T15:41:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T20:57:35.000Z (over 1 year ago)
- Last Synced: 2025-01-12T01:13:27.978Z (9 months ago)
- Topics: adem, autonomous, digitial, experience, files, highlighting, log, log-files, monitoring, palo-alto-networks, paloaltonetworks, syntax
- Language: YAML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autonomous Digital Experience Management
Enables log formatting to apply to both the endpoint DEM and ION DEM log files.## Syntax Highlighting
* Version: 0.03
* Last Modified: 2024/05/24# Requirements
## MacOS
1. Access to `~/Library/Application Support/Sublime Text/Packages/`
(This folder is hidden, use the Finder Menu --> Go Menu --> Go To Folder to access)2. You need to copy the `*.sublime-syntax` files into the respective folder above.
3. Next time you open a `palo_alto_networks_dem_agent.log` or `palo_alto_networks_dem_agent.1.log` file, it should do the syntax highlighting for you.
4. If it doesn't set the syntax correctly, `⌘ + ⇧ + P` will open the Command Palette.
5. Type:
* `Set Syntax: Palo Alto Networks ADEM Logs` for ADEM endpoint log file format.
* `Set Syntax: Palo Alto Networks ION ADEM Logs` for ION ADEM endpoint log file format## Windows
1. Access to `%APPDATA%\Sublime Text 3\Packages\`
2. Create a directory `Palo Alto Networks`
3. You need to copy the `PaloAltoNetworksADEM.sublime-syntax` file into the newly created folder above.
4. Next time you open a `palo_alto_networks_dem_agent.log` or `palo_alto_networks_dem_agent.1.log` file, it should do the syntax highlighting for you.5. If it doesn't set the syntax correctly, `Ctrl + Shift + P` will open the Command Palette.
6. Type:
* `Set Syntax: Palo Alto Networks ADEM Logs` for ADEM endpoint log file format.
* `Set Syntax: Palo Alto Networks ION ADEM Logs` for ION ADEM endpoint log file format