Commit graph

57 commits

Author SHA1 Message Date
Matt Bargar
8eed97b69f Limit scripted fields to painless and expression langs (#9172)
We made a mistake in opening up Kibana scripted fields to any and all
langs enabled in Elasticsearch. Kibana needs to do some magic to get
certain scripted field features to work
(https://github.com/elastic/kibana/pull/9171) and we can't commit to
supporting anything beyond expression and painless scripts. On top of
that, the other languages are being removed in ES 6.0 anyway. This commit
makes that stance explicit by disallowing anything other than those two
choices.
2016-12-12 16:32:22 -05:00
Court Ewing
8895ae110f 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:41:32 -04:00
Matthew Bargar
53e02423b7 Improved wording 2016-10-21 11:29:12 -04:00
Matthew Bargar
62264b70d2 Section can't be empty or it breaks the docs build 2016-10-21 11:24:31 -04:00
Matthew Bargar
80375269ac Bump breaking change docs to 6.0 2016-10-21 10:58:21 -04:00
Matthew Bargar
dd91237581 Improve formatting and details of breaking changes docs 2016-10-21 10:56:18 -04:00
Matthew Bargar
9ec11c9f72 Align better with ES doc structure 2016-10-21 10:56:10 -04:00