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

Commit 085ca93

Browse files
committed
Update formatting, remove SQL Workbench, add Kibana Notebooks
1 parent 9d9efed commit 085ca93

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

docs/install/plugins.md

Lines changed: 8 additions & 8 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 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
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>

docs/kibana/plugins.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +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 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_sql_workbench (opendistro-query-workbench in 1.11.0+) 1.10.1.1 1.11.0.0
39-
opendistro-notebooks-kibana (introduced in 1.11.0+) N/A 1.11.0.0
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
4040
</pre>
4141
</td>
4242
</tr>
@@ -102,21 +102,22 @@ sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/k
102102
This plugin provides a user interface for adding detectors.
103103

104104

105-
#### SQL Workbench (up to Open Distro version 1.10.1)
105+
#### Query Workbench
106106

107107
```bash
108-
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-sql-workbench/opendistro-sql-workbench-{{site.odfe_version}}.0.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
109109
```
110+
110111
This plugin provides a user interface for using SQL queries to explore your data.
111112

112113

113-
#### Query Workbench (introduced in Open Distro 1.11.0, to replace SQL Workbench)
114+
#### Kibana Notebooks
114115

115116
```bash
116-
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-query-workbench/opendistro-query-workbench-{{site.odfe_version}}.0.zip
117+
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-notebooks/opendistro-notebooks-kibana-{{site.odfe_version}}.0.zip
117118
```
118119

119-
This plugin provides a user interface for using SQL queries to explore your data.
120+
This plugin lets you combine Kibana visualizations and narrative text in a single interface.
120121

121122

122123
## List installed plugins

version-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /version-history/
99

1010
Open Distro for Elasticsearch version | Release highlights | Release date | Elasticsearch version
1111
:--- | :--- | :--- | :---
12-
[1.11.0](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/release-notes/opendistro-for-elasticsearch-release-notes-1.11.0.md) | Adds Piped Processing Language (PPL) for exploring data, high cardinality support to Anomaly Detection, custom scoring for KNN, and security supporting to the alerting plugin. | 27 October 2020 | 7.9.1
12+
[1.11.0](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/release-notes/opendistro-for-elasticsearch-release-notes-1.11.0.md) | Adds Piped Processing Language (PPL) for exploring data, high cardinality support to Anomaly Detection, custom scoring for KNN, and security supporting to the alerting plugin. Query Workbench replaces SQL Workbench in this version. | 27 October 2020 | 7.9.1
1313
[1.10.1](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/release-notes/opendistro-for-elasticsearch-release-notes-1.10.1.md) | Completely revamps the security user interface in Kibana, adds new email destination to the alerting plugin, adds sample detectors to Anomaly Detection, bumps Elasticsearch version. | 30 September 2020 | 7.9.1
1414
[1.9.0](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/release-notes/opendistro-for-elasticsearch-release-notes-1.9.0.md) | Adds Root Cause Analysis, new Anomaly Detection actions, and a new Index State Management action. | 9 July 2020 | 7.8.0
1515
[1.8.0](https://github.com/opendistro-for-elasticsearch/opendistro-build/blob/master/release-notes/opendistro-for-elasticsearch-release-notes-1.8.0.md) | Adds snapshot operation to Index State Management, a new `count` aggregation to Anomaly Detection, and cosine similarity to KNN. Also bumps Elasticsearch version. | 2 June 2020 | 7.7.0

0 commit comments

Comments
 (0)