[docs] Init breaking changes

This commit is contained in:
Jonathan Budzenski 2016-09-15 12:35:44 -05:00
parent 19c3b3f2f4
commit 3e60953880
No known key found for this signature in database
GPG key ID: D28BF9418FA0F292
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[[breaking-changes]]
== Breaking changes
This section discusses the changes that you need to be aware of when migrating
your application from one version of Kibana to another.
* {k4pull}8013[Pull Request 8013]: Kibana binds to localhost by default
* {k4pull}7855[Pull Request 7855]: Markdown headers require a space between the final hash and title
* {k4pull}7308[Pull Request 7308]: Debian and rpm packages install assets to `/usr/share/kibana`, and configuration to `/etc/kibana`
* {k4pull}6402[Pull Request 6402]: The plugin installer now has its own executable, it can be found at `/bin/kibana-plugin`

View file

@ -16,6 +16,8 @@ include::setup.asciidoc[]
include::getting-started.asciidoc[]
include::breaking-changes.asciidoc[]
include::plugins.asciidoc[]
include::access.asciidoc[]