Skip to content

Commit d96e85b

Browse files
authored
[DOCS] Remove unneeded ifevals (#99609)
Removes ifevals and admons added as part of #99608. These are no longer needed. This reverts commit 809c557.
1 parent 6e5a606 commit d96e85b

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

docs/reference/setup/install/docker.asciidoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,6 @@ 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"]
151146
. Pull the {kib} Docker image.
152147
+
153148
--
@@ -176,7 +171,6 @@ cosign verify --key cosign.pub {kib-docker-image}
176171
----
177172
docker run --name kib01 --net elastic -p 5601:5601 {kib-docker-image}
178173
----
179-
endif::[]
180174

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

234228
===== Configure and start the cluster
235229

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

309298
. Log in to {kib} as the `elastic` user using the `ELASTIC_PASSWORD` you set
310299
earlier.
311-
endif::[]
312300

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

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

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,19 @@ 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-
+
65-
--
6664
ifeval::["{release-state}"=="unreleased"]
65+
+
6766
WARNING: Version {version} of {kib} has not yet been released, so no
6867
Docker image is currently available for this version.
6968
endif::[]
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"]
69+
+
7670
[source,sh,subs="attributes"]
7771
----
7872
docker pull docker.elastic.co/kibana/kibana:{version}
7973
docker run --name kibana --net elastic -p 5601:5601 docker.elastic.co/kibana/kibana:{version}
8074
----
81-
endif::[]
82-
75+
+
8376
When you start Kibana, a unique URL is output to your terminal.
84-
--
8577

8678
. To access Kibana, open the generated URL in your browser.
8779

0 commit comments

Comments
 (0)