SumoSwissKnife
Sublime Text Swiss Knife For Sumo Logic
Details
Installs
- Total 50
- Win 20
- Mac 21
- Linux 9
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SumoSwissKnife
Your Sublime Text Swiss Knife For Sumo Logic.
Inspired by SublimeText-SQLTools
Write your Sumo with smart completions, including all the metadata Sumo Logic to offer, execute Sumo Logic queries, format your queries' results in many different formats, with multi org connection manager.
Installation
- Download the repository SumoSwissKnife-master.zip
- Unzip the contents to ~/Library/Application Support/Sublime Text 3/Packages/SumoSwissKnife
- Create a Sumo Logic AccessID/AcessKey pair
- Start sublime, then from the command palette execute sumo: Setup Connection
- Open/Create new, Sumo query file with .sumo, select the newly created connection, and you are good to go
Features
Started it as a syntax highlight but then extended it to: * Highlight keywords, right click for further information and Sumo Docs link * Run queries * Get all metadata (collectors, source categories, sources, users, roles, FERs, views and saved queries (personal folder)) * Output in major formats including but not limited to (CSV, Jira, Grid, Github, HTML etc.) * Autocompletion including sumo metadata * Bueatify fields, highlight one or more fieleds (e.g number_of_users) right click SumoSwisKnife > Beatify selected field(s), then it be alised to %“Number Of Users”
Give it a go!
- Create new file with “.sumo” extension
- Command Palette > Sumo: Setup Connections (Then add your AccessId/AccessKey)
- Select your connection
- try query:
| count by _sourceCategory
- Command Palette > Sumo: Run Current File Query
- Select time range
- Customize it if needed
- You may change the outpu format Command Palette > Sumo: Change Results Format
TODO
Due to python threading limitation, future plan to replace the metedata chache generator by golang based cli, to be used as stanalone as well as a hook for this plugn