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