Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit b391307

Browse files
authored
Merge pull request #312 from opendistro/opendistro-1.10.1-upgrades
Add ODFE Kibana 1.10.1 upgrade instructions to ODFE docs for breaking changes on cookies security settings
2 parents dcc292b + eb7fb34 commit b391307

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/upgrade/1-10-1.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: default
3+
title: Upgrade to 1.10.1 (Kibana)
4+
parent: Upgrade
5+
nav_order: 3
6+
---
7+
8+
# Upgrade to 1.10.1 (Kibana)
9+
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
11+
12+
## Security Kibana Plugin
13+
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
18+
19+
Then you need to add this line into your kibana.yml configuration file and restart Kibana
20+
```bash
21+
opendistro_security.cookie.secure: false
22+
```

0 commit comments

Comments
 (0)