Skip to content

Releases: nyurik/kibana-vega-vis

6.2.x support

11 Apr 22:23
Compare
Choose a tag to compare

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

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

22 Mar 02:06
Compare
Choose a tag to compare

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

Interactive map support for Vega-Lite

06 Feb 04:44
Compare
Choose a tag to compare

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

Vega 3.0.10, Vega-Lite 2.1.2, Kibana 6.0.1 - 6.1.3

02 Feb 09:48
Compare
Choose a tag to compare
  • Updated to Vega Lite 2.1.2 -- map support in Vega Lite! (leaflet mode is not yet supported)
  • Kibana 6.1.3 support

5.x update: Vega lib bump, minor fixes

Vega 3.0.9, Kibana 6.0.1 - 6.1.2

19 Jan 21:51
Compare
Choose a tag to compare
  • Update to Vega 3.0.9, Vega-Lite 2.0.4
  • Support Kibana 6.1.2
  • Cleaned up intro graph

Major rework, 6.1 support

06 Jan 09:36
Compare
Choose a tag to compare
  • 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.

6.0 support

08 Dec 12:04
Compare
Choose a tag to compare

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.

New context-aware magic keywords

01 Dec 08:10
Compare
Choose a tag to compare

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

Update to the final Vega-Lite v2.0

31 Oct 23:09
Compare
Choose a tag to compare
v0.4.2

removed ver fallback