mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 06:34: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:
|
When it's up and running it should look like this:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
$ docker ps
|
||||||
NAMES STATUS PORTS
|
NAMES STATUS PORTS
|
||||||
t-es03-1 Up 16 minutes (healthy) 9200/tcp, 9300/tcp
|
t-es03-1 Up 16 minutes (healthy) 9200/tcp, 9300/tcp
|
||||||
t-es02-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.:
|
access that elasticsearch cluster, e.g.:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
esctl -c cluster.yaml cluster status
|
$ esctl -c cluster.yaml cluster status
|
||||||
DOCKER/DOMDOC STATUS
|
DOCKER/DOMDOC STATUS
|
||||||
Cluster Name domdoc
|
Cluster Name domdoc
|
||||||
ES Status green
|
ES Status green
|
||||||
|
|||||||
Reference in New Issue
Block a user