From 6745595b80fb558be175f8ff0893008960dac124 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 2 Oct 2020 19:56:13 -0400 Subject: [PATCH 1/5] Add ODFE Kibana 1.10.1 upgrade instructions to ODFE docs for breaking changes on cookies security settings --- docs/upgrade/1-10-1.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/upgrade/1-10-1.md diff --git a/docs/upgrade/1-10-1.md b/docs/upgrade/1-10-1.md new file mode 100644 index 00000000..2d0fcf71 --- /dev/null +++ b/docs/upgrade/1-10-1.md @@ -0,0 +1,23 @@ +--- +layout: default +title: Upgrade to 1.10.1 (Kibana) +parent: Upgrade +nav_order: 3 +--- + +# Upgrade to 1.10.1 + +Open Distro for Elasticsearch 1.10.1 includes a breaking change due to Security Kibana Plugin is re-implemented on top of Kibana's new plugin platform. + + +## Security Kibana Plugin + +If you: +* Upgrade Kibana from any of the previous versions to 1.10.1 +* Use Security Kibana Plugin v1.10.1 and newer versions +* Use **unsecured HTTP** as the communication protocol + +Then you need to add this line into your kibana.yml configuration file and restart Kibana +```bash +opendistro_security.cookie.secure: false +``` From f3f512731411ceb0beb2ec4fb154a1b2fe3c8801 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 2 Oct 2020 19:58:19 -0400 Subject: [PATCH 2/5] Update 1-10-1.md --- docs/upgrade/1-10-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade/1-10-1.md b/docs/upgrade/1-10-1.md index 2d0fcf71..db591bb9 100644 --- a/docs/upgrade/1-10-1.md +++ b/docs/upgrade/1-10-1.md @@ -5,7 +5,7 @@ parent: Upgrade nav_order: 3 --- -# Upgrade to 1.10.1 +# Upgrade to 1.10.1 (Kibana) Open Distro for Elasticsearch 1.10.1 includes a breaking change due to Security Kibana Plugin is re-implemented on top of Kibana's new plugin platform. From 9bd2b8b5ce355437c2966cba9649e27d43b4a3f5 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 2 Oct 2020 19:58:59 -0400 Subject: [PATCH 3/5] Update 1-10-1.md --- docs/upgrade/1-10-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade/1-10-1.md b/docs/upgrade/1-10-1.md index db591bb9..dbf425dc 100644 --- a/docs/upgrade/1-10-1.md +++ b/docs/upgrade/1-10-1.md @@ -14,7 +14,7 @@ Open Distro for Elasticsearch 1.10.1 includes a breaking change due to Security If you: * Upgrade Kibana from any of the previous versions to 1.10.1 -* Use Security Kibana Plugin v1.10.1 and newer versions +* Use `Security Kibana Plugin` v1.10.1.1 and newer versions * Use **unsecured HTTP** as the communication protocol Then you need to add this line into your kibana.yml configuration file and restart Kibana From 5f31a778c1bbcbd301c037b45c45a26779b91bce Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 2 Oct 2020 20:12:29 -0400 Subject: [PATCH 4/5] Update 1-10-1.md --- docs/upgrade/1-10-1.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/upgrade/1-10-1.md b/docs/upgrade/1-10-1.md index dbf425dc..6d015b85 100644 --- a/docs/upgrade/1-10-1.md +++ b/docs/upgrade/1-10-1.md @@ -7,14 +7,13 @@ nav_order: 3 # Upgrade to 1.10.1 (Kibana) -Open Distro for Elasticsearch 1.10.1 includes a breaking change due to Security Kibana Plugin is re-implemented on top of Kibana's new plugin platform. - +Open Distro for Elasticsearch 1.10.1 includes a breaking change due to the Security Kibana plugin being re-implemented with Kibana's new plugin platform ## Security Kibana Plugin If you: * Upgrade Kibana from any of the previous versions to 1.10.1 -* Use `Security Kibana Plugin` v1.10.1.1 and newer versions +* Use `Security Kibana Plugin` v1.10.1.1 or newer * Use **unsecured HTTP** as the communication protocol Then you need to add this line into your kibana.yml configuration file and restart Kibana From eb7fb34b9526c12b9373a3d2feb52c75a07e13f4 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 5 Oct 2020 14:55:35 -0400 Subject: [PATCH 5/5] Update 1-10-1.md --- docs/upgrade/1-10-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade/1-10-1.md b/docs/upgrade/1-10-1.md index 6d015b85..6334fc4b 100644 --- a/docs/upgrade/1-10-1.md +++ b/docs/upgrade/1-10-1.md @@ -7,7 +7,7 @@ nav_order: 3 # Upgrade to 1.10.1 (Kibana) -Open Distro for Elasticsearch 1.10.1 includes a breaking change due to the Security Kibana plugin being re-implemented with Kibana's new plugin platform +Open Distro for Elasticsearch 1.10.1 includes a breaking change as Security Kibana plugin was re-implemented with Kibana’s new plugin platform ## Security Kibana Plugin