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

Commit 6ba5c0f

Browse files
committed
Some wording tweaks
1 parent b391307 commit 6ba5c0f

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

docs/upgrade/1-10-1.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
---
22
layout: default
3-
title: Upgrade to 1.10.1 (Kibana)
3+
title: Upgrade to 1.10.1
44
parent: 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
2124
opendistro_security.cookie.secure: false
2225
```

docs/upgrade/1-8-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Upgrade to 1.8.0
44
parent: Upgrade
5-
nav_order: 2
5+
nav_order: 3
66
---
77

88
# Upgrade to 1.8.0

0 commit comments

Comments
 (0)