- Kibana Guide: other versions:
- Introduction
- Set Up Kibana
- Set Up X-Pack
- Breaking Changes
- X-Pack Breaking Changes
- Getting Started
- Discover
- Visualize
- Dashboard
- Timelion
- Machine Learning
- APM
- Graphing Connections in Your Data
- Dev Tools
- Monitoring
- Management
- Reporting from Kibana
- Kibana Plugins
- Contributing to Kibana
- Limitations
- Kibana Release Notes
- X-Pack Release Notes
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.
Elastic Map Files
editElastic Map Files
editIt is possible to access Elastic Map Service’s files via the same mechanism
url: { // "type" defaults to "elasticsearch" otherwise type: emsfile // Name of the file, exactly as in the Region map visualization name: World Countries } // The result is a geojson file, get its features to use // this data source with the "shape" marks // https://vega.github.io/vega/docs/marks/shape/ format: {property: "features"}
Was this helpful?
Thank you for your feedback.