IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. 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.)