mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 05:04:18 +02:00
cosmetics
This commit is contained in:
@@ -24,6 +24,7 @@ elasticsearch cluster with 3 nodes. To start it manually just execute
|
||||
When it's up and running it should look like this:
|
||||
|
||||
```console
|
||||
$ docker ps
|
||||
NAMES STATUS PORTS
|
||||
t-es03-1 Up 16 minutes (healthy) 9200/tcp, 9300/tcp
|
||||
t-es02-1 Up 16 minutes (healthy) 9200/tcp, 9300/tcp
|
||||
@@ -34,7 +35,7 @@ There's an esctl config file `cluster.yaml`, which you can use to
|
||||
access that elasticsearch cluster, e.g.:
|
||||
|
||||
```console
|
||||
esctl -c cluster.yaml cluster status
|
||||
$ esctl -c cluster.yaml cluster status
|
||||
DOCKER/DOMDOC STATUS
|
||||
Cluster Name domdoc
|
||||
ES Status green
|
||||
|
||||
Reference in New Issue
Block a user