@@ -143,11 +143,6 @@ curl --cacert http_ca.crt -u elastic:$ELASTIC_PASSWORD https://localhost:9200/_c
143
143
[[run-kibana-docker]]
144
144
===== Run {kib}
145
145
146
- ifeval::["{version}"=="8.10.0"]
147
- IMPORTANT: {kib} 8.10.0 has been withdrawn.
148
- endif::[]
149
-
150
- ifeval::["{version}"!="8.10.0"]
151
146
. Pull the {kib} Docker image.
152
147
+
153
148
--
@@ -176,7 +171,6 @@ cosign verify --key cosign.pub {kib-docker-image}
176
171
----
177
172
docker run --name kib01 --net elastic -p 5601:5601 {kib-docker-image}
178
173
----
179
- endif::[]
180
174
181
175
. When {kib} starts, it outputs a unique generated link to the terminal. To
182
176
access {kib}, open this link in a web browser.
@@ -233,11 +227,6 @@ lets you start multiple containers with a single command.
233
227
234
228
===== Configure and start the cluster
235
229
236
- ifeval::["{version}"=="8.10.0"]
237
- IMPORTANT: {kib} 8.10.0 has been withdrawn.
238
- endif::[]
239
-
240
- ifeval::["{version}"!="8.10.0"]
241
230
. Install Docker Compose. Visit the
242
231
https://docs.docker.com/compose/install/[Docker Compose docs] to install Docker
243
232
Compose for your environment.
@@ -308,7 +297,6 @@ access {kib}.
308
297
309
298
. Log in to {kib} as the `elastic` user using the `ELASTIC_PASSWORD` you set
310
299
earlier.
311
- endif::[]
312
300
313
301
===== Stop and remove the cluster
314
302
To stop the cluster, run `docker-compose down`. The data in the Docker volumes
0 commit comments