You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/cli/index.md
+22-17Lines changed: 22 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ has_children: false
9
9
10
10
The Open Distro for Elasticsearch command line interface (odfe-cli) lets you manage your ODFE cluster from the command line and automate tasks.
11
11
12
-
Currently, odfe-cli only supports the [Anomaly Detection](../ad/) plugin. You can create and delete detectors, start and stop them, and use profiles to easily access different clusters or sign requests with different credentials.
12
+
Currently, odfe-cli supports the [Anomaly Detection](../ad/) and [k-NN](../knn/) plugins, along with arbitrary REST API paths. Among other things, you can use odfe-cli create and delete detectors, start and stop them, and check k-NN statistics.
13
+
14
+
Profiles let you easily access different clusters or sign requests with different credentials. odfe-cli supports unauthenticated requests, HTTP basic signing, and IAM signing for Amazon Web Services.
13
15
14
16
This example moves a detector (`ecommerce-count-quantity`) from a staging cluster to a production cluster:
15
17
@@ -47,28 +49,25 @@ odfe-cli ad delete ecommerce-count-quantity --profile staging
47
49
48
50
## Profiles
49
51
50
-
Profiles let you easily switch between different clusters and user credentials. To get started, run `odfe-cli profile create`and specify a unique profile name:
52
+
Profiles let you easily switch between different clusters and user credentials. To get started, run `odfe-cli profile create`with the `--auth-type`, `--endpoint`, and `--name` options:
0 commit comments