Skip to content

Commit

Permalink
Add breaking changes docs for http redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Apr 3, 2017
1 parent cc4c7e6 commit b0e1482
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/migration/migrate_6_0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ the status API has changed:
* Properties are now snake cased and several have been renamed
* Metrics now provide the latest available data instead of samples over time

*Impact:* You will need to update anything using the status API and expecting the previous response format.
*Impact:* You will need to update anything using the status API and expecting the previous response format.

[float]
=== Removed same port http to https redirect behavior
*Details:* Kibana 5.x redirected requests from http to https on the same port if TLS was configured. This was removed.

*Impact:* You may need to add a redirect on a different port if a redirect is expected.

0 comments on commit b0e1482

Please sign in to comment.