Releases: nyurik/kibana-vega-vis
6.2.x support
Kibana 6.0.x & 6.1.x update with Vega 3.2.1 and Vega-Lite 2.3.1
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
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
- 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
This is a refresher for older versions of Kibana. Don't use it for 6.x.
- Use the latest Vega 3.0.10 & Vega-lite 2.1.2
- A few minor UI fixes (e.g. ctrl+F now works)
vega_vis-0.5.4--for-Kibana-5.5.0.zip
vega_vis-0.5.4--for-Kibana-5.5.1.zip
vega_vis-0.5.4--for-Kibana-5.5.2.zip
vega_vis-0.5.4--for-Kibana-5.5.3.zip
vega_vis-0.5.4--for-Kibana-5.6.0.zip
vega_vis-0.5.4--for-Kibana-5.6.1.zip
vega_vis-0.5.4--for-Kibana-5.6.2.zip
vega_vis-0.5.4--for-Kibana-5.6.3.zip
vega_vis-0.5.4--for-Kibana-5.6.4.zip
vega_vis-0.5.4--for-Kibana-5.6.5.zip
vega_vis-0.5.4--for-Kibana-5.6.6.zip
vega_vis-0.5.4--for-Kibana-5.6.7.zip
Vega 3.0.9, Kibana 6.0.1 - 6.1.2
- 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
- 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 nowconfig: {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
New context-aware magic keywords
See querying Elasticsearch section
- Support
%timefilter%
fordate_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
v0.4.2 removed ver fallback