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

Commit e3fa373

Browse files
committed
Update index.md
1 parent c8ebf33 commit e3fa373

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/cli/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ has_children: false
99

1010
The Open Distro for Elasticsearch command line interface (odfe-cli) lets you manage your ODFE cluster from the command line and automate tasks.
1111

12-
Currently, odfe-cli supports the [Anomaly Detection](../ad/) and [k-NN](../knn/) plugins. Among other things, you can use odfe-cli create and delete detectors, start and stop them, and check k-NN statistics. Profiles let you 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.
1315

1416
This example moves a detector (`ecommerce-count-quantity`) from a staging cluster to a production cluster:
1517

@@ -80,7 +82,13 @@ odfe-cli <command> <subcommand> <flags>
8082
For example, the following command retrieves information about a detector:
8183

8284
```bash
83-
odfe-cli ad get my-detector --profile dev
85+
odfe-cli ad get my-detector --profile docker-local
86+
```
87+
88+
For a request to the Elasticsearch CAT API, try the following command:
89+
90+
```bash
91+
odfe-cli curl get --path _cat/plugins --profile aws
8492
```
8593

8694
Use the `-h` or `--help` flag to see all supported commands, subcommands, or usage for a specific command:

0 commit comments

Comments
 (0)