Skip to content

Commit 6886f8e

Browse files
author
Buildkite CI
committed
Updated docs
1 parent afbbe33 commit 6886f8e

File tree

2,802 files changed

+7629
-7629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,802 files changed

+7629
-7629
lines changed

html/branches.yaml

+82-82
Large diffs are not rendered by default.

html/en/apm/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h2>APM extensions</h2>
155155
<div class="ulist itemizedlist">
156156
<ul class="itemizedlist">
157157
<li class="listitem">
158-
<a href="guide/current/index.html" class="ulink" target="_top">APM Guide [8.14]</a>&#8201;&#8212;&#8201;<a href="guide/index.html" class="ulink" target="_top">other versions</a>
158+
<a href="guide/current/index.html" class="ulink" target="_top">APM Guide [8.15]</a>&#8201;&#8212;&#8201;<a href="guide/index.html" class="ulink" target="_top">other versions</a>
159159
</li>
160160
<li class="listitem">
161161
<a href="agent/index.html" class="ulink" target="_top">APM Agents</a>

html/en/cloud-on-k8s/1.0-beta/k8s-accessing-elastic-services.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h4><a id="k8s-allow-public-access"></a>Allowing public access<a class="edit_me"
182182
metadata:
183183
name: hulk
184184
spec:
185-
version: 8.14.3
185+
version: 8.15.0
186186
http:
187187
service:
188188
spec:

html/en/cloud-on-k8s/1.0-beta/k8s-advanced-node-scheduling.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h4><a id="k8s-define-elasticsearch-nodes-roles"></a>Define Elasticsearch nodes
156156
metadata:
157157
name: quickstart
158158
spec:
159-
version: 8.14.3
159+
version: 8.15.0
160160
nodeSets:
161161
# 3 dedicated master nodes
162162
- name: master
@@ -185,7 +185,7 @@ <h5><a id="k8s_a_single_elasticsearch_node_per_kubernetes_host_default"></a>A si
185185
metadata:
186186
name: quickstart
187187
spec:
188-
version: 8.14.3
188+
version: 8.15.0
189189
nodesSets:
190190
- name: default
191191
count: 3
@@ -210,7 +210,7 @@ <h5><a id="k8s_a_single_elasticsearch_node_per_kubernetes_host_default"></a>A si
210210
metadata:
211211
name: quickstart
212212
spec:
213-
version: 8.14.3
213+
version: 8.15.0
214214
nodeSets:
215215
- name: default
216216
count: 3
@@ -226,7 +226,7 @@ <h5><a id="k8s_a_single_elasticsearch_node_per_kubernetes_host_default"></a>A si
226226
metadata:
227227
name: quickstart
228228
spec:
229-
version: 8.14.3
229+
version: 8.15.0
230230
nodeSets:
231231
- name: default
232232
count: 3
@@ -263,7 +263,7 @@ <h5><a id="k8s_node_affinity"></a>Node affinity<a class="edit_me" rel="nofollow"
263263
metadata:
264264
name: quickstart
265265
spec:
266-
version: 8.14.3
266+
version: 8.15.0
267267
nodeSets:
268268
- name: default
269269
count: 3
@@ -281,7 +281,7 @@ <h5><a id="k8s_node_affinity"></a>Node affinity<a class="edit_me" rel="nofollow"
281281
metadata:
282282
name: quickstart
283283
spec:
284-
version: 8.14.3
284+
version: 8.15.0
285285
nodeSets:
286286
- name: default
287287
count: 3
@@ -316,7 +316,7 @@ <h4><a id="k8s-availability-zone-awareness"></a>Availability zone awareness<a cl
316316
metadata:
317317
name: quickstart
318318
spec:
319-
version: 8.14.3
319+
version: 8.15.0
320320
nodeSets:
321321
- name: zone-a
322322
count: 1
@@ -374,7 +374,7 @@ <h4><a id="k8s-hot-warm-topologies"></a>Hot-warm topologies<a class="edit_me" re
374374
metadata:
375375
name: quickstart
376376
spec:
377-
version: 8.14.3
377+
version: 8.15.0
378378
nodeSets:
379379
# hot nodes, with high CPU and fast IO
380380
- name: hot

html/en/cloud-on-k8s/1.0-beta/k8s-apm-server.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h3><a id="k8s-apm-eck-managed-es"></a>Use an Elasticsearch cluster managed by E
189189
name: apm-server-quickstart
190190
namespace: default
191191
spec:
192-
version: 8.14.3
192+
version: 8.15.0
193193
count: 1
194194
elasticsearchRef:
195195
name: quickstart
@@ -212,7 +212,7 @@ <h3><a id="k8s-apm-eck-managed-es"></a>Use an Elasticsearch cluster managed by E
212212
<div class="pre_wrapper lang-sh">
213213
<div class="console_code_copy" title="Copy to clipboard"></div>
214214
<pre class="programlisting prettyprint lang-sh">NAME HEALTH NODES VERSION AGE
215-
apm-server-quickstart green 1 8.14.3 8m</pre>
215+
apm-server-quickstart green 1 8.15.0 8m</pre>
216216
</div>
217217
<p>And you can list all the Pods belonging to a given deployment:</p>
218218
<div class="pre_wrapper lang-sh">
@@ -238,7 +238,7 @@ <h4><a id="k8s-apm-customize-configuration"></a>Customize the APM Server configu
238238
name: apm-server-quickstart
239239
namespace: default
240240
spec:
241-
version: 8.14.3
241+
version: 8.15.0
242242
count: 1
243243
config:
244244
output:
@@ -275,7 +275,7 @@ <h4><a id="k8s-apm-secure-settings"></a>APM Secrets keystore for secure settings
275275
name: apm-server-quickstart
276276
namespace: default
277277
spec:
278-
version: 8.14.3
278+
version: 8.15.0
279279
count: 1
280280
secureSettings:
281281
- secretName: apm-secret-settings
@@ -316,7 +316,7 @@ <h4><a id="k8s-apm-existing-es"></a>Reference an existing Elasticsearch cluster<
316316
name: apm-server-quickstart
317317
namespace: default
318318
spec:
319-
version: 8.14.3
319+
version: 8.15.0
320320
count: 1
321321
secureSettings:
322322
- secretName: apm-secret-settings

html/en/cloud-on-k8s/1.0-beta/k8s-jvm-heap-size.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h2 class="title"><a id="k8s-jvm-heap-size"></a>JVM heap size<a class="edit_me"
131131
</div></div></div>
132132
<p>To change the heap size of Elasticsearch, set the <code class="literal">ES_JAVA_OPTS</code> environment variable in the <code class="literal">podTemplate</code>. It is also highly recommended to set the resource <code class="literal">requests</code> and <code class="literal">limits</code> at the same time to ensure that the pod gets enough resources allocated within the Kubernetes cluster. See <a class="xref" href="k8s-managing-compute-resources.html#k8s-compute-resources-elasticsearch" title="Set compute resources for Elasticsearch">Set compute resources for Elasticsearch</a> for an example and more information.</p>
133133
<p>If <code class="literal">ES_JAVA_OPTS</code> is not defined, the Elasticsearch default heap size of 1Gi will be in effect.</p>
134-
<p>For more information, see the entry for <code class="literal">heap size</code> in the <a href="/guide/en/elasticsearch/reference/8.14/important-settings.html" class="ulink" target="_top">Important Elasticsearch configuration</a> documentation.</p>
134+
<p>For more information, see the entry for <code class="literal">heap size</code> in the <a href="/guide/en/elasticsearch/reference/8.15/important-settings.html" class="ulink" target="_top">Important Elasticsearch configuration</a> documentation.</p>
135135
</div>
136136
</div>
137137
</div><div class="navfooter">

html/en/cloud-on-k8s/1.0-beta/k8s-kibana.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h3><a id="k8s-kibana-eck-managed-es"></a>Use an Elasticsearch cluster managed b
181181
metadata:
182182
name: quickstart
183183
spec:
184-
version: 8.14.3
184+
version: 8.15.0
185185
count: 1
186186
elasticsearchRef:
187187
name: quickstart
@@ -223,7 +223,7 @@ <h4><a id="k8s-kibana-pod-configuration"></a>Pod Configuration<a class="edit_me"
223223
metadata:
224224
name: kibana-sample
225225
spec:
226-
version: 8.14.3
226+
version: 8.15.0
227227
count: 1
228228
elasticsearchRef:
229229
name: "elasticsearch-sample"
@@ -258,7 +258,7 @@ <h4><a id="k8s-kibana-configuration"></a>Kibana Configuration<a class="edit_me"
258258
metadata:
259259
name: kibana-sample
260260
spec:
261-
version: 8.14.3
261+
version: 8.15.0
262262
count: 1
263263
elasticsearchRef:
264264
name: "elasticsearch-sample"
@@ -292,7 +292,7 @@ <h3><a id="k8s-kibana-secure-settings"></a>Secure Settings<a class="edit_me" rel
292292
metadata:
293293
name: kibana-sample
294294
spec:
295-
version: 8.14.3
295+
version: 8.15.0
296296
count: 3
297297
elasticsearchRef:
298298
name: "elasticsearch-sample"
@@ -314,7 +314,7 @@ <h4><a id="k8s-kibana-http-publish"></a>Load balancer settings and TLS SANs<a cl
314314
metadata:
315315
name: kibana-sample
316316
spec:
317-
version: 8.14.3
317+
version: 8.15.0
318318
count: 1
319319
elasticsearchRef:
320320
name: "elasticsearch-sample"
@@ -339,7 +339,7 @@ <h4><a id="k8s-kibana-http-disable-tls"></a>Disable TLS<a class="edit_me" rel="n
339339
metadata:
340340
name: kibana-sample
341341
spec:
342-
version: 8.14.3
342+
version: 8.15.0
343343
count: 1
344344
elasticsearchRef:
345345
name: "elasticsearch-sample"

html/en/cloud-on-k8s/1.0-beta/k8s-openshift.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h3><a id="k8s-openshift-deploy-elasticsearch"></a>Deploy an Elasticsearch insta
220220
metadata:
221221
name: elasticsearch-sample
222222
spec:
223-
version: 8.14.3
223+
version: 8.15.0
224224
nodeSets:
225225
- name: default
226226
count: 1
@@ -254,7 +254,7 @@ <h3><a id="k8s-openshift-deploy-kibana"></a>Deploy a Kibana instance with a rout
254254
metadata:
255255
name: kibana-sample
256256
spec:
257-
version: 8.14.3
257+
version: 8.15.0
258258
count: 1
259259
elasticsearchRef:
260260
name: "elasticsearch-sample"
@@ -318,7 +318,7 @@ <h3><a id="k8s-openshift-apm"></a>Deploy an APM Server instance with a route<a c
318318
metadata:
319319
name: apm-server-sample
320320
spec:
321-
version: 8.14.3
321+
version: 8.15.0
322322
count: 1
323323
elasticsearchRef:
324324
name: "elasticsearch-sample"

html/en/cloud-on-k8s/1.0-beta/k8s-orchestration.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h3 class="title"><a id="k8s-nodesets"></a>NodeSets overview<a class="edit_me" r
141141
metadata:
142142
name: quickstart
143143
spec:
144-
version: 8.14.3
144+
version: 8.15.0
145145
nodeSets:
146146
- name: master-nodes
147147
count: 3

html/en/cloud-on-k8s/1.0-beta/k8s-pod-disruption-budget.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 class="title"><a id="k8s-pod-disruption-budget"></a>Pod disruption budget<a
140140
metadata:
141141
name: quickstart
142142
spec:
143-
version: 8.14.3
143+
version: 8.15.0
144144
nodeSets:
145145
- name: default
146146
count: 3
@@ -160,7 +160,7 @@ <h2 class="title"><a id="k8s-pod-disruption-budget"></a>Pod disruption budget<a
160160
metadata:
161161
name: quickstart
162162
spec:
163-
version: 8.14.3
163+
version: 8.15.0
164164
nodeSets:
165165
- name: default
166166
count: 3

html/en/cloud-on-k8s/1.0-beta/k8s-quickstart.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h3><a id="k8s-deploy-eck"></a>Deploy ECK in your Kubernetes cluster<a class="ed
210210
</ol>
211211
</div>
212212
<h3><a id="k8s-deploy-elasticsearch"></a>Deploy an Elasticsearch cluster<a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/cloud-on-k8s/edit/1.0-beta/docs/quickstart.asciidoc">edit</a></h3>
213-
<p>Apply a simple <a href="/guide/en/elasticsearch/reference/8.14/getting-started.html" class="ulink" target="_top">Elasticsearch</a> cluster specification, with one Elasticsearch node:</p>
213+
<p>Apply a simple <a href="/guide/en/elasticsearch/reference/8.15/getting-started.html" class="ulink" target="_top">Elasticsearch</a> cluster specification, with one Elasticsearch node:</p>
214214
<div class="note admon">
215215
<div class="icon"></div>
216216
<div class="admon_content">
@@ -225,7 +225,7 @@ <h3><a id="k8s-deploy-elasticsearch"></a>Deploy an Elasticsearch cluster<a class
225225
metadata:
226226
name: quickstart
227227
spec:
228-
version: 8.14.3
228+
version: 8.15.0
229229
nodeSets:
230230
- name: default
231231
count: 1
@@ -252,7 +252,7 @@ <h4><a id="k8s_monitor_cluster_health_and_creation_progress"></a>Monitor cluster
252252
<div class="pre_wrapper lang-sh">
253253
<div class="console_code_copy" title="Copy to clipboard"></div>
254254
<pre class="programlisting prettyprint lang-sh">NAME HEALTH NODES VERSION PHASE AGE
255-
quickstart green 1 8.14.3 Ready 1m</pre>
255+
quickstart green 1 8.15.0 Ready 1m</pre>
256256
</div>
257257
<p>When you create the cluster, there is no <code class="literal">HEALTH</code> status and the <code class="literal">PHASE</code> is empty. After a while, the <code class="literal">PHASE</code> turns into <code class="literal">Ready</code>, and <code class="literal">HEALTH</code> becomes <code class="literal">green</code>.</p>
258258
<p>You can see that one Pod is in the process of being started:</p>
@@ -328,7 +328,7 @@ <h4><a id="k8s_request_elasticsearch_access"></a>Request Elasticsearch access<a
328328
}</pre>
329329
</div>
330330
<h3><a id="k8s-deploy-kibana"></a>Deploy a Kibana instance<a class="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/cloud-on-k8s/edit/1.0-beta/docs/quickstart.asciidoc">edit</a></h3>
331-
<p>To deploy your <a href="/guide/en/kibana/8.14/introduction.html#introduction" class="ulink" target="_top">Kibana</a> instance go through the following steps.</p>
331+
<p>To deploy your <a href="/guide/en/kibana/8.15/introduction.html#introduction" class="ulink" target="_top">Kibana</a> instance go through the following steps.</p>
332332
<div class="olist orderedlist">
333333
<ol class="orderedlist">
334334
<li class="listitem">
@@ -341,7 +341,7 @@ <h3><a id="k8s-deploy-kibana"></a>Deploy a Kibana instance<a class="edit_me" rel
341341
metadata:
342342
name: quickstart
343343
spec:
344-
version: 8.14.3
344+
version: 8.15.0
345345
count: 1
346346
elasticsearchRef:
347347
name: quickstart
@@ -393,7 +393,7 @@ <h3><a id="k8s-upgrade-deployment"></a>Upgrade your deployment<a class="edit_me"
393393
metadata:
394394
name: quickstart
395395
spec:
396-
version: 8.14.3
396+
version: 8.15.0
397397
nodeSets:
398398
- name: default
399399
count: 3

html/en/cloud-on-k8s/1.0-beta/k8s-snapshots.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h4><a id="k8s-install-plugin"></a>Install the storage repository plugin<a class
159159
metadata:
160160
name: elasticsearch-sample
161161
spec:
162-
version: 8.14.3
162+
version: 8.15.0
163163
image: your/custom/image:tag
164164
nodeSets:
165165
- name: default
@@ -173,7 +173,7 @@ <h4><a id="k8s-install-plugin"></a>Install the storage repository plugin<a class
173173
metadata:
174174
name: elasticsearch-sample
175175
spec:
176-
version: 8.14.3
176+
version: 8.15.0
177177
nodeSets:
178178
- name: default
179179
count: 1

html/en/cloud-on-k8s/1.0-beta/k8s-upgrading-eck.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h4><a id="k8s-convert-manifests"></a>Convert Manifests<a class="edit_me" rel="n
230230
metadata:
231231
name: elasticsearch-sample
232232
spec:
233-
version: 8.14.3
233+
version: 8.15.0
234234
- setVmMaxMapCount: true
235235
- featureFlags: {}
236236
updateStrategy:
@@ -268,7 +268,7 @@ <h4><a id="k8s-convert-manifests"></a>Convert Manifests<a class="edit_me" rel="n
268268
metadata:
269269
name: kibana-sample
270270
spec:
271-
version: 8.14.3
271+
version: 8.15.0
272272
- nodeCount: 1
273273
+ count: 1
274274
elasticsearchRef:
@@ -299,7 +299,7 @@ <h4><a id="k8s-convert-manifests"></a>Convert Manifests<a class="edit_me" rel="n
299299
metadata:
300300
name: apm-server-sample
301301
spec:
302-
version: 8.14.3
302+
version: 8.15.0
303303
- nodeCount: 1
304304
+ count: 1
305305
elasticsearchRef:

html/en/cloud-on-k8s/1.0-beta/k8s-virtual-memory.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 class="title"><a id="k8s-virtual-memory"></a>Virtual memory<a class="edit_me
140140
metadata:
141141
name: quickstart
142142
spec:
143-
version: 8.14.3
143+
version: 8.15.0
144144
nodeSets:
145145
- name: default
146146
count: 3

html/en/cloud-on-k8s/1.0/k8s-accessing-elastic-services.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h4><a id="k8s-allow-public-access"></a>Allowing public access<a class="edit_me"
183183
metadata:
184184
name: hulk
185185
spec:
186-
version: 8.14.3
186+
version: 8.15.0
187187
http:
188188
service:
189189
spec:

0 commit comments

Comments
 (0)