Skip to content

Run complex Azure Application Insights Log Analytics queries (kql) and browse results

License

Notifications You must be signed in to change notification settings

christianrondeau/vim-azure-log-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Azure Log Analytics

Run Azure Application Insights (Log Analytics) queries .

Installation

Requirements

Plugin

Use your preferred Vim plugin installation method. If you like vim-plug:

Add to your .vimrc:

Plug 'christianrondeau/vim-azure-log-analytics'

And install it:

:PlugInstall

Basic Configuration

You also need to assign these variables in your .vimrc:

let g:azureloganalytics_appid = ""
let g:azureloganalytics_apikey = ""

You can select between different formattings too:

let g:azureloganalytics_format = "text"

Supported formattings are:

* `json` (default): Array of objects
* `csv`: Comma-separated values
* `text`: Human readable output

Usage

  • Open a buffer with a kql file type (e.g. :enew query.kql)
  • Type a Azure Log Analytics query
  • Press enter

LICENSE

Copyright (c) 2018 Christian Rondeau, under MIT license

About

Run complex Azure Application Insights Log Analytics queries (kql) and browse results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published