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

Commit da96295

Browse files
committed
Plugin install updates
1 parent d2cc282 commit da96295

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

docs/kibana/plugins.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ opendistro_sql_workbench 1.9.0.0
5555

5656
## Prerequisites
5757

58-
1. An Elasticsearch cluster that uses a [compatible version](../../../version-history)
59-
1. The corresponding Elasticsearch plugins [installed on the cluster](../../install/plugins)
60-
1. The corresponding version of [Kibana](../) (e.g. Kibana 6.7.1 works with Elasticsearch 6.7.1)
58+
- An Elasticsearch cluster that uses a [compatible version](../../../version-history)
59+
- The corresponding Elasticsearch plugins [installed on the cluster](../../install/plugins)
60+
- The corresponding version of [Kibana](../) (e.g. Kibana 6.7.1 works with Elasticsearch 6.7.1)
6161

6262

6363
## Install
@@ -92,6 +92,24 @@ sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/k
9292
This plugin provides a user interface for managing policies.
9393

9494

95+
#### Anomaly Detection Kibana
96+
97+
```bash
98+
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-anomaly-detection/opendistro-anomaly-detection-kibana-{{site.odfe_version}}.0.zip
99+
```
100+
101+
This plugin provides a user interface for adding detectors.
102+
103+
104+
#### SQL Workbench
105+
106+
```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+
```
109+
110+
This plugin provides a user interface for using SQL queries to explore your data.
111+
112+
95113
## List installed plugins
96114

97115
To check your installed plugins:

0 commit comments

Comments
 (0)