---------

**Commit 1:**
[docs] Init breaking changes

* Original sha: 3e60953880
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-15T17:35:44Z

**Commit 2:**
[docs] Add separate section for 5.0

* Original sha: 9f0101f286
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-09-15T19:09:36Z

**Commit 3:**
[docs] Capitalize breaking changes title

* Original sha: f10a949cad
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-10-10T14:17:01Z
This commit is contained in:
Elastic Jasper 2016-10-10 12:11:17 -04:00
parent 2408374587
commit 58878efea5
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[[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.
[[breaking-changes-5.0]]
=== Breaking changes in 5.0
* {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[]