Commit graph

5 commits

Author SHA1 Message Date
Lisa Cawley
4298a8839e [DOCS] Update Kibana Guide to use shared attributes (#12505)
* [DOCS] Update Kibana Guide to use shared attributes

* [DOCS] Add docs repository path
2017-06-27 10:34:26 -07:00
Thomas Neirynck
f6be1e4698 [Backport] Add Region Map Visualization (#12112)
- Users can now create choropleth maps. This requires configuring an inner join between the results of a term-aggregation and a reference vector layer. This vector layer needs to be in the GeoJson format. By default, Kibana uses vector layers serverd by a data service hosted by Elastic. Users can also bring in their own layers by adding configuration entries in the kibana.yml. These need to point to a CORS-enabled data service that accepts requests from the Kibana application.
- For clarity, the tilemap is renamed to Coordinate Map.
- A new manifest is published by Elastic. this includes metadata for the available tilemap services, as well as metadata for the available vector data layers.

Required manual edits to resolve

Conflicts:
	src/core_plugins/kibana/inject_vars.js
2017-06-01 10:57:21 -04:00
CJ Cenizal
9d4c76e18a Update docs for new vis landing page (#11262) (#11280)
* Update 'Visualizing your Data' doc with copy and screenshots.

* Update 'Creating a Visualization' doc with copy.
2017-04-17 09:42:19 -07:00
debadair
247f241f84 Docs: Cleaning up GSG to match UI. (#8840)
* Docs: Cleaning up GSG to match UI.

* Docs: Updated annotated discover screen cap.
2016-10-25 23:45:30 -04:00
Court Ewing
e25528e0f4 docs: Overhaul of doc structure for 5.0+ (#8821)
This overhaul of the docs structure puts Kibana's documentation more
inline with the structure that is used in Elasticsearch. This will help
us better organize the docs going forward as more docs are added.

This also includes a few necessary content changes for 5.0.
2016-10-24 21:56:14 -04:00