Skip to content

Commit 76f478c

Browse files
Merge branch 'main' into ts-applies-ec
2 parents 86327f6 + a208b85 commit 76f478c

File tree

801 files changed

+4828
-9031
lines changed

Some content is hidden

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

801 files changed

+4828
-9031
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: "Docs issue"
2+
description: Report documentation issues such as inaccuracies, broken links, typos, or missing information.
3+
title: "[Issue]: "
4+
labels: ["triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Hi 👋. Thanks for taking the time to fill out this issue report!
10+
This form will create an issue that Elastic's docs team will triage and prioritize.
11+
You can also open a PR instead.
12+
- type: dropdown
13+
attributes:
14+
label: Type of issue
15+
description: What type of issue are you reporting?
16+
multiple: false
17+
options:
18+
- Inaccurate
19+
- Missing information
20+
- I can't find what I'm looking for
21+
- Other
22+
- type: input
23+
id: link
24+
attributes:
25+
label: What documentation page is affected
26+
description: Include a link to the page where you're seeing the problem.
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: related
31+
attributes:
32+
label: What happened?
33+
description: Describe the issue you're experiencing. Screenshots are valuable too!
34+
validations:
35+
required: true
36+
- type: textarea
37+
id: moreinfo
38+
attributes:
39+
label: Additional info
40+
description: Anything else we should know?
41+
validations:
42+
required: false

deploy-manage/_snippets/field-doc-sec-limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When a user’s role enables [document level security](/deploy-manage/users-role
66

77
* Document level security doesn’t affect global index statistics that relevancy scoring uses. This means that scores are computed without taking the role query into account. Documents that don’t match the role query are never returned.
88
* The `has_child` and `has_parent` queries aren’t supported as query parameters in the role definition. The `has_child` and `has_parent` queries can be used in the search API with document level security enabled.
9-
* [Date math](elasticsearch://reference/elasticsearch/rest-apis/common-options.md#date-math) expressions cannot contain `now` in [range queries with date fields](elasticsearch://reference/query-languages/query-dsl-range-query.md#ranges-on-dates).
9+
* [Date math](elasticsearch://reference/elasticsearch/rest-apis/common-options.md#date-math) expressions cannot contain `now` in [range queries with date fields](elasticsearch://reference/query-languages/query-dsl/query-dsl-range-query.md#ranges-on-dates).
1010
* Any query that makes remote calls to fetch query data isn’t supported, including the following queries:
1111

1212
* `terms` query with terms lookup
@@ -16,7 +16,7 @@ When a user’s role enables [document level security](/deploy-manage/users-role
1616
* If suggesters are specified and document level security is enabled, the specified suggesters are ignored.
1717
* A search request cannot be profiled if document level security is enabled.
1818
* The [terms enum API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-terms-enum) does not return terms if document level security is enabled.
19-
* The [`multi_match`](elasticsearch://reference/query-languages/query-dsl-multi-match-query.md) query does not support specifying fields using wildcards.
19+
* The [`multi_match`](elasticsearch://reference/query-languages/query-dsl/query-dsl-multi-match-query.md) query does not support specifying fields using wildcards.
2020

2121
:::{note}
2222
While document-level security prevents users from viewing restricted documents, it’s still possible to write search requests that return aggregate information about the entire index. A user whose access is restricted to specific documents in an index could still learn about field names and terms that only exist in inaccessible documents, and count how many inaccessible documents contain a given term.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ mapped_urls:
44
- https://www.elastic.co/guide/en/cloud/current/ec-subscription-overview.html
55
- https://www.elastic.co/guide/en/cloud/current/ec-select-subscription-level.html
66
- https://www.elastic.co/guide/en/cloud/current/ec-licensing.html
7+
- https://www.elastic.co/guide/en/cloud-heroku/current/ech-licensing.html
78
applies_to:
89
deployment:
910
ess: all

deploy-manage/cloud-organization/service-status.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ mapped_urls:
44
- https://www.elastic.co/guide/en/cloud/current/ec_subscribe_to_individual_regionscomponents.html
55
- https://www.elastic.co/guide/en/cloud/current/ec_service_status_api.html
66
- https://www.elastic.co/guide/en/serverless/current/general-serverless-status.html
7+
- https://www.elastic.co/guide/en/cloud-heroku/current/ech-service-status.html
8+
- https://www.elastic.co/guide/en/cloud-heroku/current/echservice_status_api.html
9+
- https://www.elastic.co/guide/en/cloud-heroku/current/echsubscribe_to_individual_regionscomponents.html
710
applies_to:
811
deployment:
912
ess: all

deploy-manage/cloud-organization/tools-and-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Other Products
3737
* [APM event intake API Reference](/solutions/observability/apps/elastic-apm-events-intake-api.md)
3838
* [App Search API Reference](https://www.elastic.co/guide/en/app-search/current/api-reference.html)
3939
* [Elastic Security APIs](https://www.elastic.co/guide/en/security/current/security-apis.html)
40-
* [Fleet APIs](/reference/ingestion-tools/fleet/fleet-api-docs.md)
40+
* [Fleet APIs](/reference/fleet/fleet-api-docs.md)
4141
* [Logstash APIs](https://www.elastic.co/guide/en/logstash/current/monitoring-logstash.html)
4242
* [Workplace Search API Reference](https://www.elastic.co/guide/en/workplace-search/current/workplace-search-api-overview.html)
4343

deploy-manage/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your choice of deployment type determines how you'll set up and manage these cor
2323
This section focuses on deploying and managing {{es}} and {{kib}}, as well as supporting orchestration technologies. However, depending on your use case, you might need to deploy [other {{stack}} components](/get-started/the-stack.md). For example, you might need to add components to ingest logs or metrics.
2424

2525
To learn how to deploy optional {{stack}} components, refer to the following sections:
26-
* [Fleet and Elastic Agent](/reference/ingestion-tools/fleet/index.md)
26+
* [Fleet and Elastic Agent](/reference/fleet/index.md)
2727
* [APM](/solutions/observability/apps/application-performance-monitoring-apm.md)
2828
* [Beats](beats://reference/index.md)
2929
* [Logstash](logstash://reference/index.md)

deploy-manage/deploy/_snippets/installation-order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ If you're deploying the {{stack}} in a self-managed cluster, then install the {{
33
* {{es}}
44
* {{kib}}
55
* [Logstash](logstash://reference/index.md)
6-
* [{{agent}}](/reference/ingestion-tools/fleet/index.md) or [Beats](beats://reference/index.md)
6+
* [{{agent}}](/reference/fleet/index.md) or [Beats](beats://reference/index.md)
77
* [APM](/solutions/observability/apps/application-performance-monitoring-apm.md)
88
* [Elasticsearch Hadoop](elasticsearch-hadoop://reference/index.md)
99

deploy-manage/deploy/cloud-enterprise/air-gapped-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before you start, you must:
1919
* Follow the same prerequisites described in [](./install.md#ece-install-prerequisites). This includes [](./identify-deployment-scenario.md) and [](./prepare-environment.md) steps.
2020
* [Configure your operating system](./configure-operating-system.md) in all ECE hosts.
2121
* Be part of the `docker` group to run the installation script. You should not install Elastic Cloud Enterprise as the `root` user.
22-
* Set up and run a local copy of the Elastic Package Repository, otherwise your deployments with APM server and Elastic agent won’t work. Refer to the [Running EPR in air-gapped environments](/reference/ingestion-tools/fleet/air-gapped.md#air-gapped-diy-epr) documentation.
22+
* Set up and run a local copy of the Elastic Package Repository, otherwise your deployments with APM server and Elastic agent won’t work. Refer to the [Running EPR in air-gapped environments](/reference/fleet/air-gapped.md#air-gapped-diy-epr) documentation.
2323

2424
When you are ready to install ECE, you can proceed:
2525

deploy-manage/deploy/cloud-enterprise/customize-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ When you select **Save changes** on the **Edit deployment** page, the orchestrat
7979
* **Grow and shrink**: The orchestrator creates new instances with the new configuration, then migrates the data, and eventually deletes the original ones. This strategy is automatically selected when adding or removing master-eligible instances.
8080
* **Rolling grow and shrink**: Similar to grow and shrink, but creating one instance at a time. This strategy can take a lot longer than grow and shrink.
8181

82-
The `Extended maintenance` optional flag will make ECE to [stop routing requests](../../maintenance/ece/start-stop-routing-requests.md) to all instances during the plan execution. The cluster will be unavailable for external connections while the configuration changes are in progress.
82+
The `Extended maintenance` optional flag will make ECE to [stop routing requests](../../maintenance/start-stop-routing-requests.md) to all instances during the plan execution. The cluster will be unavailable for external connections while the configuration changes are in progress.
8383

8484
::::{note}
85-
If you enable the **Extended maintenance** optional flag, ECE will [stop routing requests](../../maintenance/ece/start-stop-routing-requests.md) to all instances during the plan execution, making the cluster unavailable for external connections while configuration changes are in progress.
85+
If you enable the **Extended maintenance** optional flag, ECE will [stop routing requests](../../maintenance/start-stop-routing-requests.md) to all instances during the plan execution, making the cluster unavailable for external connections while configuration changes are in progress.
8686

8787
This option introduces downtime and is rarely needed. Use it only when you need to block all traffic to the cluster during the update.
8888
::::

0 commit comments

Comments
 (0)