- Kibana Guide: other versions:
- What is Kibana?
- Get started
- Set Up Kibana
- Discover
- Visualize
- Dashboard
- Canvas
- Graph data connections
- Machine learning
- Elastic Maps
- Metrics
- Logs
- APM
- Uptime
- SIEM
- Dev Tools
- Stack Monitoring
- Management
- Reporting from Kibana
- REST API
- Kibana plugins
- Limitations
- Release Highlights
- Breaking Changes
- Release Notes
- Kibana 7.6.2
- Kibana 7.6.1
- Kibana 7.6.0
- Kibana 7.5.2
- Kibana 7.5.1
- Kibana 7.5.0
- Kibana 7.4.2
- Kibana 7.4.1
- Kibana 7.4.0
- Kibana 7.3.2
- Kibana 7.3.1
- Kibana 7.3.0
- Kibana 7.2.1
- Kibana 7.2.0
- Kibana 7.1.1
- Kibana 7.1.0
- Kibana 7.0.1
- Kibana 7.0.0
- Kibana 7.0.0-rc2
- Kibana 7.0.0-rc1
- Kibana 7.0.0-beta1
- Kibana 7.0.0-alpha2
- Kibana 7.0.0-alpha1
- Developer guide
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
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Getting Started with Vega
edit- To experiment using sample data, first click the Kibana logo in the upper left hand corner and then click the link next to Sample Data.
- Once you have data loaded, go to Visualize, click +, and select Vega to see an example graph. Note: The default graph is written in Vega-Lite, but you can build visualizations in either language. See Vega vs. Vega-Lite for more information.
-
Try changing
mark
fromline
topoint
,area
,bar
,circle
, orsquare
. Check out the Vega-Lite docs for more information. -
Explore other available Vega or
Vega-Lite visualizations.
Note: You might need to make URLs absolute, for example, replace
"url": "data/world-110m.json"
with"url": "https://vega.github.io/editor/data/world-110m.json"
. See Vega and Vega-Lite examples. - For more information on getting started, check out this blog post.
Was this helpful?
Thank you for your feedback.