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

Commit e2d4581

Browse files
authored
Merge pull request #331 from opendistro/1.11.0
Preparing for 1.11.0
2 parents e06ee61 + 15dadb1 commit e2d4581

File tree

12 files changed

+57
-31
lines changed

12 files changed

+57
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This repository contains the documentation for Open Distro for Elasticsearch, a
5656

5757
Use `curl -XGET https://localhost:9200 -u admin:admin -k` to verify the Elasticsearch version.
5858

59-
1. Update the plugin compatibility table in `docs/install/plugin.md`.
59+
1. Update the plugin compatibility table in `docs/install/plugin.md` and `docs/kibana/plugins.md`.
6060

6161
Use `curl -XGET https://localhost:9200/_cat/plugins -u admin:admin -k` to get the correct version strings.
6262

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ baseurl: "/for-elasticsearch-docs" # the subpath of your site, e.g. /blog
2020
url: "https://opendistro.github.io" # the base hostname & protocol for your site, e.g. http://example.com
2121
permalink: pretty
2222

23-
odfe_version: 1.10.1
23+
odfe_version: 1.11.0
2424
es_version: 7.9.1
2525

2626
# Build settings

docs/alerting/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ Kibana
1111

1212
The alerting feature notifies you when data from one or more Elasticsearch indices meets certain conditions. For example, you might want to notify a [Slack](https://slack.com/) channel if your application logs more than five HTTP 503 errors in one hour, or you might want to page a developer if no new documents have been indexed in the past 20 minutes.
1313

14-
Monitors run as the `admin` user, which means that monitors can query all documents in all indices and do not consider the roles of the user who created the monitor. If your cluster contains sensitive data, we recommend [removing the alerting plugin](../install/plugins/#remove-plugins).
15-
{: .warning }
16-
1714
To get started, choose **Alerting** in Kibana.
1815

1916
![Kibana side bar with link](../images/alerting.png)

docs/install/plugins.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ If you don't want to use the all-in-one Open Distro for Elasticsearch installati
3232
<tr>
3333
<td>7.9.1</td>
3434
<td>
35-
<pre>opendistro-anomaly-detection 1.10.1.0
36-
opendistro-job-scheduler 1.10.1.0
37-
opendistro-knn 1.10.1.0
38-
opendistro_alerting 1.10.1.2
39-
opendistro_index_management 1.10.1.1
40-
opendistro_performance_analyzer 1.10.1.0
41-
opendistro_security 1.10.1.0
42-
opendistro_sql 1.10.1.1
35+
<pre>opendistro-anomaly-detection 1.10.1.0, 1.11.0.0
36+
opendistro-job-scheduler 1.10.1.0, 1.11.0.0
37+
opendistro-knn 1.10.1.0, 1.11.0.0
38+
opendistro_alerting 1.10.1.2, 1.11.0.1
39+
opendistro_index_management 1.10.1.1, 1.11.0.0
40+
opendistro_performance_analyzer 1.10.1.0, 1.11.0.0
41+
opendistro_security 1.10.1.0, 1.11.0.0
42+
opendistro_sql 1.10.1.1, 1.11.0.0
4343
</pre>
4444
</td>
4545
</tr>
@@ -228,7 +228,7 @@ sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/down
228228
### Alerting
229229

230230
```bash
231-
sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elasticsearch-plugins/opendistro-alerting/opendistro_alerting-{{site.odfe_version}}.2.zip
231+
sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elasticsearch-plugins/opendistro-alerting/opendistro_alerting-{{site.odfe_version}}.1.zip
232232
```
233233

234234
To install Alerting, you must first install the Job Scheduler plugin. Alerting has a corresponding [Kibana plugin](../../kibana/plugins) that you probably want to install as well.
@@ -237,14 +237,14 @@ To install Alerting, you must first install the Job Scheduler plugin. Alerting h
237237
### SQL
238238

239239
```bash
240-
sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elasticsearch-plugins/opendistro-sql/opendistro_sql-{{site.odfe_version}}.1.zip
240+
sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elasticsearch-plugins/opendistro-sql/opendistro_sql-{{site.odfe_version}}.0.zip
241241
```
242242

243243

244244
### Index State Management
245245

246246
```bash
247-
sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elasticsearch-plugins/opendistro-index-management/opendistro_index_management-{{site.odfe_version}}.1.zip
247+
sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elasticsearch-plugins/opendistro-index-management/opendistro_index_management-{{site.odfe_version}}.0.zip
248248
```
249249

250250
To install Index State Management, you must first install the Job Scheduler plugin. ISM has a corresponding [Kibana plugin](../../kibana/plugins) that you probably want to install as well.

docs/kibana/plugins.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ If you don't want to use the all-in-one Open Distro for Elasticsearch installati
3131
<tr>
3232
<td>7.9.1</td>
3333
<td>
34-
<pre>opendistro-anomaly-detection-kibana 1.10.1.0
35-
opendistro_alerting-kibana 1.10.1.1
36-
opendistro_index_management-kibana 1.10.1.0
37-
opendistro_security_kibana 1.10.1.1
38-
opendistro_sql_workbench 1.10.1.1
34+
<pre>opendistro-anomaly-detection-kibana 1.10.1.0, 1.11.0.0
35+
opendistro_alerting-kibana 1.10.1.1, 1.11.0.2
36+
opendistro_index_management-kibana 1.10.1.0, 1.11.0.0
37+
opendistro_security_kibana 1.10.1.1, 1.11.0.0
38+
opendistro-query-workbench 1.11.0.0
39+
opendistro-notebooks-kibana 1.11.0.0
3940
</pre>
4041
</td>
4142
</tr>
@@ -68,7 +69,7 @@ Navigate to the Kibana home directory (likely `/usr/share/kibana`) and run the i
6869
#### Security Kibana
6970

7071
```bash
71-
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-security/opendistro_security_kibana_plugin-{{site.odfe_version}}.1.zip
72+
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-security/opendistro_security_kibana_plugin-{{site.odfe_version}}.0.zip
7273
```
7374

7475
This plugin provides a user interface for managing users, roles, mappings, action groups, and tenants.
@@ -77,7 +78,7 @@ This plugin provides a user interface for managing users, roles, mappings, actio
7778
#### Alerting Kibana
7879

7980
```bash
80-
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-alerting/opendistro-alerting-{{site.odfe_version}}.1.zip
81+
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-alerting/opendistro-alerting-{{site.odfe_version}}.2.zip
8182
```
8283

8384
This plugin provides a user interface for creating monitors and managing alerts.
@@ -101,15 +102,24 @@ sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/k
101102
This plugin provides a user interface for adding detectors.
102103

103104

104-
#### SQL Workbench
105+
#### Query Workbench
105106

106107
```bash
107-
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-sql-workbench/opendistro-sql-workbench-{{site.odfe_version}}.1.zip
108+
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-query-workbench/opendistro-query-workbench-{{site.odfe_version}}.0.zip
108109
```
109110

110111
This plugin provides a user interface for using SQL queries to explore your data.
111112

112113

114+
#### Kibana Notebooks
115+
116+
```bash
117+
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-notebooks/opendistro-notebooks-kibana-{{site.odfe_version}}.0.zip
118+
```
119+
120+
This plugin lets you combine Kibana visualizations and narrative text in a single interface.
121+
122+
113123
## List installed plugins
114124

115125
To check your installed plugins:
@@ -125,7 +135,13 @@ sudo bin/kibana-plugin list
125135
sudo bin/kibana-plugin remove <plugin-name>
126136
```
127137

128-
Then restart Kibana. After the removal of any plugin, Kibana performs an "optimize" operation the next time you start it. This operation takes several minutes even on fast machines, so be patient.
138+
For certain plugins, you must also remove the "optimze" bundle. Here is a sample command for the Anomaly Detection plugin:
139+
140+
```bash
141+
sudo rm /usr/share/kibana/optimize/bundles/opendistro-anomaly-detection-kibana.*
142+
```
143+
144+
Then restart Kibana. After the removal of any plugin, Kibana performs an optimize operation the next time you start it. This operation takes several minutes even on fast machines, so be patient.
129145

130146

131147
## Update plugins

docs/upgrade/1-10-1.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.10.1
44
parent: Upgrade
5-
nav_order: 2
5+
nav_order: 3
66
---
77

88
# Upgrade to 1.10.1 (Kibana)

docs/upgrade/1-11.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: default
3+
title: Upgrade to 1.11.0
4+
parent: Upgrade
5+
nav_order: 2
6+
---
7+
8+
# Upgrade to 1.11.0 (Kibana)
9+
10+
Open Distro for Elasticsearch 1.11.0 renames the SQL Workbench plugin for Kibana to the Query Workbench.
11+
12+
Instead of incrementing the `opendistro_sql_workbench` version number, remove the plugin and install `opendistro-query-workbench` instead, as covered in [Standalone Kibana plugin install](../../kibana/plugins/).

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: 3
5+
nav_order: 4
66
---
77

88
# Upgrade to 1.8.0

docs/upgrade/cluster-restart.md

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

88
# Cluster restart upgrade

docs/upgrade/docker.md

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

88
# Docker upgrade

0 commit comments

Comments
 (0)