This repository was archived by the owner on Aug 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 11---
22layout : default
3- title : Upgrade to 1.10.1 (Kibana)
3+ title : Upgrade to 1.10.1
44parent : Upgrade
5- nav_order : 3
5+ nav_order : 2
66---
77
88# Upgrade to 1.10.1 (Kibana)
99
10- Open Distro for Elasticsearch 1.10.1 includes a breaking change as Security Kibana plugin was re-implemented with Kibana’s new plugin platform
10+ Open Distro for Elasticsearch 1.10.1 includes a breaking change for the Kibana security plugin, which now uses the new Kibana plugin platform.
1111
12- ## Security Kibana Plugin
1312
14- If you:
15- * Upgrade Kibana from any of the previous versions to 1.10.1
16- * Use ` Security Kibana Plugin ` v1.10.1.1 or newer
17- * Use ** unsecured HTTP** as the communication protocol
13+ ## Kibana security plugin
1814
19- Then you need to add this line into your kibana.yml configuration file and restart Kibana
20- ``` bash
15+ You must make a manual configuration change if your Kibana install meets these conditions:
16+
17+ * You upgraded Kibana from any of the previous versions to 1.10.1.
18+ * You use the Kibana security plugin version 1.10.1.1 or newer.
19+ * You use unsecured HTTP for the communication protocol.
20+
21+ Add this line to ` kibana.yml ` , and restart Kibana:
22+
23+ ``` yml
2124opendistro_security.cookie.secure : false
2225` ` `
Original file line number Diff line number Diff line change 22layout : default
33title : Upgrade to 1.8.0
44parent : Upgrade
5- nav_order : 2
5+ nav_order : 3
66---
77
88# Upgrade to 1.8.0
You can’t perform that action at this time.
0 commit comments