kibana-vega-vis

This Kibana plugin allows any data visualizations from Elastic Search and other data sources using Vega grammar. You can even create a visualization on top of an interactive map.

APACHE-2.0 License

Stars
134
kibana-vega-vis - 6.2.x support Latest Release

Published by nyurik over 6 years ago

Updated to 6.2.x Kibana API. No other changes. For older Kibana versions, see previous releases.

kibana-vega-vis - Kibana 6.0.x & 6.1.x update with Vega 3.2.1 and Vega-Lite 2.3.1

Published by nyurik over 6 years ago

Refresher release, covers more 6.0 and 6.1 Kibana patch versions, and bumps the Vega & Vega-Lite libraries.

kibana-vega-vis - Interactive map support for Vega-Lite

Published by nyurik over 6 years ago

Use new Vega-Lite map support with type=map. Do not declare any projections - they will be created automatically.

kibana-vega-vis - Vega 3.0.10, Vega-Lite 2.1.2, Kibana 6.0.1 - 6.1.3

Published by nyurik over 6 years ago

  • Updated to Vega Lite 2.1.2 -- map support in Vega Lite! (leaflet mode is not yet supported)
  • Kibana 6.1.3 support
kibana-vega-vis - Vega 3.0.9, Kibana 6.0.1 - 6.1.2

Published by nyurik almost 7 years ago

  • Update to Vega 3.0.9, Vega-Lite 2.0.4
  • Support Kibana 6.1.2
  • Cleaned up intro graph
kibana-vega-vis - Major rework, 6.1 support

Published by nyurik almost 7 years ago

  • Supports Kibana 6.0 and 6.1. For Kibana 5.5 and 5.6, use v0.5.0 files.
  • Editor search/replace (ctrl+F)
  • Re-rendering is done with Ctrl+Enter, or with the (play) button. Getting ready for the 6.2's "auto-play".
  • Editor syntax highlighting for HJSON
  • Improved request caching
  • _hostConfig: {...} is now config: {kibana: {...}}
  • %context_query% is broken into two params: %context%: true/false and %timefield%: "field"

Migration notes: Accidentally, previous version used "vega" instead of "vega_vis" plugin ID. When upgrading, you might have to manually copy visualizations from the previous version.

kibana-vega-vis - 6.0 support

Published by nyurik almost 7 years ago

Same as v0.5.0, but for Kibana 6.0.1. Some minor issues with the Vega editor - make sure your browser window is large, otherwise the vega JSON editor may be hidden.

For Kibana 5.5 and 5.6, use v0.5.0 files.

kibana-vega-vis - New context-aware magic keywords

Published by nyurik almost 7 years ago

See querying Elasticsearch section

  • Support %timefilter% for date_histogram
  • Support "interval": {"%autointerval%": true|integer} to calculate best interval for the currently selected range
  • Default graph demos Elasticsearch query
  • Bumped Vega and Vega-Lite dependencies
kibana-vega-vis - Update to the final Vega-Lite v2.0

Published by nyurik almost 7 years ago

kibana-vega-vis - Bump to Vega 3.0.7

Published by nyurik about 7 years ago

  • Fix key function generation for facets grouped by nested properties (fixes some issues with Vega-Lite and sub-fields)
kibana-vega-vis - Vega & VL update. Proper field support, bug fixes

Published by nyurik about 7 years ago

  • Vega 3.0.6
  • Vega-Lite 2.0.0-rc5

Now VegaLite is able to use fields, e.g. "field": "_source.myfield"
Empty datasets no longer cause issues.

kibana-vega-vis - Debugging tools, better error reporting

Published by nyurik about 7 years ago

  • Updated to Vega 3.0.5
  • _hostConfig.hideWarnings parameter
  • Added VEGA_DEBUG to help with debugging
  • Initial example now shows external data for Tesla stocks
kibana-vega-vis - Resizable Vegalite graphs, new map params

Published by nyurik about 7 years ago

  • Just like Vega, VegaLite graphs can now also auto-resize depending on the size of the container.
  • Bumped VegaLite to v2.0.0-rc3
  • Map mode supports new parameters: minZoom, maxZoom, mapStyle, and zoomControl to hide +/- buttons. Setting mapStyle to false creates a graph on top of a blank map.
  • new example to draw custom maps with user-supplied geojson and blur effects
kibana-vega-vis - Fixing error messages, bumped to VL 1.0.0-beta.2

Published by nyurik about 7 years ago

kibana-vega-vis - Bump to Vega 3.0.2, VL 2.0.0-beta.21, minor bugfix

Published by nyurik about 7 years ago

  • Fixed a warning message that was appearing when first opening the map graph
  • Bumped Vega dependencies
kibana-vega-vis - Bumped to Vega Lite beta 14

Published by nyurik about 7 years ago

  • Use Vega Lite 2 beta 14
  • Better release file naming
kibana-vega-vis - Updated to Vega 3.0 release version

Published by nyurik about 7 years ago

  • Use production Vega 3.0.1
  • Use Vega Lite v2.0.0-beta.13
kibana-vega-vis - Updated to Vega v3.0.0-rc6

Published by nyurik about 7 years ago

kibana-vega-vis - dashboard context, auto-refresh

Published by nyurik about 7 years ago

  • Allow for dashboard context parameters #3
    • Simple context: "%context_query%": "@timestamp"
    • Complex params: %dashboard_context-must_clause% and %dashboard_context-must_not_clause%
    • See readme for details
  • Enable graph auto-refresh #11
  • Bumped Vega to 3.0.0-rc5, Vega-Lite to 2.0.0-beta.11