cosmetics

This commit is contained in:
2026-07-06 14:29:36 +02:00
parent 5475b9986d
commit 92865c0fe2

View File

@@ -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