Skip to content

Commit 809c557

Browse files
authored
[DOCS] Withdraw Kibana 8.10.0 (#99608)
1 parent 6744648 commit 809c557

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

docs/reference/setup/install/docker.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ curl --cacert http_ca.crt -u elastic:$ELASTIC_PASSWORD https://localhost:9200/_c
143143
[[run-kibana-docker]]
144144
===== Run {kib}
145145

146+
ifeval::["{version}"=="8.10.0"]
147+
IMPORTANT: {kib} 8.10.0 has been withdrawn.
148+
endif::[]
149+
150+
ifeval::["{version}"!="8.10.0"]
146151
. Pull the {kib} Docker image.
147152
+
148153
--
@@ -171,6 +176,7 @@ cosign verify --key cosign.pub {kib-docker-image}
171176
----
172177
docker run --name kib01 --net elastic -p 5601:5601 {kib-docker-image}
173178
----
179+
endif::[]
174180

175181
. When {kib} starts, it outputs a unique generated link to the terminal. To
176182
access {kib}, open this link in a web browser.
@@ -227,6 +233,11 @@ lets you start multiple containers with a single command.
227233

228234
===== Configure and start the cluster
229235

236+
ifeval::["{version}"=="8.10.0"]
237+
IMPORTANT: {kib} 8.10.0 has been withdrawn.
238+
endif::[]
239+
240+
ifeval::["{version}"!="8.10.0"]
230241
. Install Docker Compose. Visit the
231242
https://docs.docker.com/compose/install/[Docker Compose docs] to install Docker
232243
Compose for your environment.
@@ -297,6 +308,7 @@ access {kib}.
297308

298309
. Log in to {kib} as the `elastic` user using the `ELASTIC_PASSWORD` you set
299310
earlier.
311+
endif::[]
300312

301313
===== Stop and remove the cluster
302314
To stop the cluster, run `docker-compose down`. The data in the Docker volumes

docs/reference/setup/run-elasticsearch-locally.asciidoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,27 @@ You'll use these to enroll Kibana with your Elasticsearch cluster and log in.
6161
Kibana enables you to easily send requests to Elasticsearch and analyze, visualize, and manage data interactively.
6262

6363
. In a new terminal session, start Kibana and connect it to your Elasticsearch container:
64-
ifeval::["{release-state}"=="unreleased"]
6564
+
65+
--
66+
ifeval::["{release-state}"=="unreleased"]
6667
WARNING: Version {version} of {kib} has not yet been released, so no
6768
Docker image is currently available for this version.
6869
endif::[]
69-
+
70+
71+
ifeval::["{version}"=="8.10.0"]
72+
IMPORTANT: {kib} 8.10.0 has been withdrawn.
73+
endif::[]
74+
75+
ifeval::["{version}"!="8.10.0"]
7076
[source,sh,subs="attributes"]
7177
----
7278
docker pull docker.elastic.co/kibana/kibana:{version}
7379
docker run --name kibana --net elastic -p 5601:5601 docker.elastic.co/kibana/kibana:{version}
7480
----
75-
+
81+
endif::[]
82+
7683
When you start Kibana, a unique URL is output to your terminal.
84+
--
7785

7886
. To access Kibana, open the generated URL in your browser.
7987

0 commit comments

Comments
 (0)