Getting Started with Vegaedit

Follow these steps to create your first Vega visualization.

  1. In Kibana, choose Visualize, and add Vega visualization. You should see a default graph.
  2. Try changing mark from line to point, area, bar, circle, square, …​ (see docs)
  3. 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)
  4. Using makelogs util, generate some logstash data and try logstash examples. (Do not use makelogs on a production cluster.)