WARNING: Version 6.2 of Kibana has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Getting Started with Vega
editGetting Started with Vega
editFollow these steps to create your first Vega visualization.
- In Kibana, choose Visualize, and add Vega visualization. You should see a default graph.
-
Try changing
mark
fromline
topoint
,area
,bar
,circle
,square
, … (see docs) -
Try other Vega or
VegaLite visualizations. You
may need to make URLs absolute, e.g. replace
"url": "data/world-110m.json"
with"url": "https://vega.github.io/editor/data/world-110m.json"
. (see notes below) - Using makelogs util, generate some logstash data and try logstash examples. (Do not use makelogs on a production cluster.)