This repository was archived by the owner on Aug 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff 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
9292This 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
97115To check your installed plugins:
You can’t perform that action at this time.
0 commit comments