Skip to content

Commit 69f0ebd

Browse files
authored
Merge branch 'main' into 324/index-types-pt2
2 parents 8d38d22 + d810d8d commit 69f0ebd

File tree

168 files changed

+1169
-1747
lines changed

Some content is hidden

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

168 files changed

+1169
-1747
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: elastic/docs-builder/.github/workflows/preview-build.yml@main
1212
with:
1313
continue-on-error: false
14-
strict: false
14+
strict: true
1515
permissions:
1616
deployments: write
1717
id-token: write

deploy-manage/autoscaling.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,11 @@ $$$ech-autoscaling-restrictions$$$
6060

6161
$$$ech-autoscaling-enable$$$
6262

63-
$$$ech-autoscaling-update$$$
63+
$$$ech-autoscaling-update$$$
64+
65+
**This page is a work in progress.** The documentation team is working to combine content pulled from the following pages:
66+
67+
* [/raw-migrated-files/cloud/cloud-heroku/ech-autoscaling.md](/raw-migrated-files/cloud/cloud-heroku/ech-autoscaling.md)
68+
* [/raw-migrated-files/cloud/cloud/ec-autoscaling.md](/raw-migrated-files/cloud/cloud/ec-autoscaling.md)
69+
* [/raw-migrated-files/cloud/cloud-enterprise/ece-autoscaling.md](/raw-migrated-files/cloud/cloud-enterprise/ece-autoscaling.md)
70+
* [/raw-migrated-files/elasticsearch/elasticsearch-reference/xpack-autoscaling.md](/raw-migrated-files/elasticsearch/elasticsearch-reference/xpack-autoscaling.md)

deploy-manage/autoscaling/trained-model-autoscaling.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ mapped_urls:
2121

2222
$$$enabling-autoscaling-in-kibana-adaptive-resources$$$
2323

24-
$$$enabling-autoscaling-through-apis-adaptive-allocations$$$
24+
$$$enabling-autoscaling-through-apis-adaptive-allocations$$$
25+
26+
**This page is a work in progress.** The documentation team is working to combine content pulled from the following pages:
27+
28+
* [/raw-migrated-files/docs-content/serverless/general-ml-nlp-auto-scale.md](/raw-migrated-files/docs-content/serverless/general-ml-nlp-auto-scale.md)
29+
* [/raw-migrated-files/docs-content/serverless/general-ml-nlp-auto-scale.md](/raw-migrated-files/docs-content/serverless/general-ml-nlp-auto-scale.md)

deploy-manage/cloud-organization/billing/manage-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To change your subscription level:
3939

4040
### Feature usage notifications [ec_feature_usage_notifications]
4141

42-
:::{applies}
42+
:::{applies_to}
4343
:hosted: all
4444
:::
4545

deploy-manage/deploy/cloud-enterprise/edit-stack-settings.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,12 @@ $$$ece-edit-apm-fleet-tls$$$
3030

3131
$$$ece-edit-apm-standalone-settings-ece$$$
3232

33+
34+
35+
**This page is a work in progress.** The documentation team is working to combine content pulled from the following pages:
36+
37+
* [/raw-migrated-files/cloud/cloud-enterprise/editing-user-settings.md](/raw-migrated-files/cloud/cloud-enterprise/editing-user-settings.md)
38+
* [/raw-migrated-files/cloud/cloud-enterprise/ece-add-user-settings.md](/raw-migrated-files/cloud/cloud-enterprise/ece-add-user-settings.md)
39+
* [/raw-migrated-files/cloud/cloud-enterprise/ece-manage-kibana-settings.md](/raw-migrated-files/cloud/cloud-enterprise/ece-manage-kibana-settings.md)
40+
* [/raw-migrated-files/cloud/cloud-enterprise/ece-manage-apm-settings.md](/raw-migrated-files/cloud/cloud-enterprise/ece-manage-apm-settings.md)
41+
* [/raw-migrated-files/cloud/cloud-enterprise/ece-manage-enterprise-search-settings.md](/raw-migrated-files/cloud/cloud-enterprise/ece-manage-enterprise-search-settings.md)

deploy-manage/deploy/cloud-enterprise/manage-elastic-stack-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ You can add new Elastic Stack packs to your installation through the Cloud UI, t
348348

349349
To add a new Elastic Stack pack from the Cloud UI:
350350

351-
1. Download the [Elastic Stack version]() that you want.
351+
1. Download the Elastic Stack version that you want.
352352
2. [Log into the Cloud UI](log-into-cloud-ui.md).
353353
3. From the **Platform** menu, select **Elastic Stack**.
354354
4. Select **Upload Elastic Stack pack**.

deploy-manage/deploy/cloud-on-k8s/configuration-fleet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
* `xpack.fleet.agents.elasticsearch.hosts` must point to the {{es}} cluster where {{agents}} should send data. For ECK-managed {{es}} clusters ECK creates a Service accessible through `https://ES_RESOURCE_NAME-es-http.ES_RESOURCE_NAMESPACE.svc:9200` URL, where `ES_RESOURCE_NAME` is the name of {{es}} resource and `ES_RESOURCE_NAMESPACE` is the namespace it was deployed within. See [Storing local state in host path volume](configuration-examples-standalone.md#k8s_storing_local_state_in_host_path_volume) for details on adjusting this field when running agent as non-root as it becomes required.
9393
* `xpack.fleet.agents.fleet_server.hosts` must point to {{fleet-server}} that {{agents}} should connect to. For ECK-managed {{fleet-server}} instances, ECK creates a Service accessible through `https://FS_RESOURCE_NAME-agent-http.FS_RESOURCE_NAMESPACE.svc:8220` URL, where `FS_RESOURCE_NAME` is the name of {{agent}} resource with {{fleet-server}} enabled and `FS_RESOURCE_NAMESPACE` is the namespace it was deployed in.
9494
* `xpack.fleet.packages` are required packages to enable {{fleet-server}} and {{agents}} to enroll.
95-
* `xpack.fleet.agentPolicies` policies are needed for {{fleet-server}} and {{agents}} to enroll to, check {{fleet-guide}}/agent-policy.html for more information.
95+
* `xpack.fleet.agentPolicies` policies are needed for {{fleet-server}} and {{agents}} to enroll to, check https://www.elastic.co/guide/en/fleet/current/agent-policy.html for more information.
9696

9797

9898
## Set referenced resources [k8s-elastic-agent-fleet-configuration-setting-referenced-resources]

deploy-manage/deploy/cloud-on-k8s/logstash-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77

88
# Logstash plugins [k8s-logstash-plugins]
99

10-
The power of {{ls}} is in the plugins--{{logstash-ref}}/input-plugins.html[inputs], [outputs](https://www.elastic.co/guide/en/logstash/current/output-plugins.html), [filters,](https://www.elastic.co/guide/en/logstash/current/filter-plugins.html) and [codecs](https://www.elastic.co/guide/en/logstash/current/codec-plugins.html).
10+
The power of {{ls}} is in the plugins--[inputs](https://www.elastic.co/guide/en/logstash/current/input-plugins.html), [outputs](https://www.elastic.co/guide/en/logstash/current/output-plugins.html), [filters,](https://www.elastic.co/guide/en/logstash/current/filter-plugins.html) and [codecs](https://www.elastic.co/guide/en/logstash/current/codec-plugins.html).
1111

1212
In {{ls}} on ECK, you can use the same plugins that you use for other {{ls}} instances—​including Elastic-supported, community-supported, and custom plugins. However, you may have other factors to consider, such as how you configure your {{k8s}} resources, how you specify additional resources, and how you scale your {{ls}} installation.
1313

deploy-manage/deploy/elastic-cloud/access-kibana.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,10 @@ mapped_urls:
1818
% Internal links rely on the following IDs being on this page (e.g. as a heading ID, paragraph ID, etc):
1919

2020

21-
$$$ec-enable-kibana2$$$
21+
$$$ec-enable-kibana2$$$
22+
23+
**This page is a work in progress.** The documentation team is working to combine content pulled from the following pages:
24+
25+
* [/raw-migrated-files/cloud/cloud/ec-access-kibana.md](/raw-migrated-files/cloud/cloud/ec-access-kibana.md)
26+
* [/raw-migrated-files/cloud/cloud-heroku/ech-access-kibana.md](/raw-migrated-files/cloud/cloud-heroku/ech-access-kibana.md)
27+
* [/raw-migrated-files/cloud/cloud-heroku/ech-enable-kibana2.md](/raw-migrated-files/cloud/cloud-heroku/ech-enable-kibana2.md)

deploy-manage/deploy/elastic-cloud/cloud-hosted.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,12 @@ $$$faq-what$$$
4848

4949
$$$faq-where$$$
5050

51-
$$$faq-x-pack$$$
51+
$$$faq-x-pack$$$
52+
53+
**This page is a work in progress.** The documentation team is working to combine content pulled from the following pages:
54+
55+
* [/raw-migrated-files/cloud/cloud/ec-getting-started.md](/raw-migrated-files/cloud/cloud/ec-getting-started.md)
56+
* [/raw-migrated-files/cloud/cloud/ec-prepare-production.md](/raw-migrated-files/cloud/cloud/ec-prepare-production.md)
57+
* [/raw-migrated-files/cloud/cloud/ec-faq-getting-started.md](/raw-migrated-files/cloud/cloud/ec-faq-getting-started.md)
58+
* [/raw-migrated-files/cloud/cloud/ec-about.md](/raw-migrated-files/cloud/cloud/ec-about.md)
59+
* [/raw-migrated-files/cloud/cloud-heroku/ech-configure.md](/raw-migrated-files/cloud/cloud-heroku/ech-configure.md)

0 commit comments

Comments
 (0)