From b0e1482a1a0937183d2aeab8a308560f013c4f72 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Mon, 3 Apr 2017 16:44:14 -0500 Subject: [PATCH] Add breaking changes docs for http redirect --- docs/migration/migrate_6_0.asciidoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/migration/migrate_6_0.asciidoc b/docs/migration/migrate_6_0.asciidoc index b0122e66eb1ef9c..a2a4267e01fe5d3 100644 --- a/docs/migration/migrate_6_0.asciidoc +++ b/docs/migration/migrate_6_0.asciidoc @@ -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. \ No newline at end of file +*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. \ No newline at end of file