ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Sumo​Swiss​Knife

Sublime Text Swiss Knife For Sumo Logic

Details

Installs

  • Total 49
  • Win 19
  • Mac 21
  • Linux 9
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 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10
Windows 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
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.

Preview

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