Skip to content

Commit 6378b3f

Browse files
committed
Merge branch 'main' into docs-clean-up-raw-migrated-files
2 parents 66de55d + ede3a82 commit 6378b3f

File tree

3,119 files changed

+8121
-9971
lines changed

Some content is hidden

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

3,119 files changed

+8121
-9971
lines changed

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/api-keys/elasticsearch-api-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Several types of {{es}} API keys exist:
1515

1616
To manage API keys in {{kib}}, go to the **API Keys** management page using the navigation menu or the [global search field](../../explore-analyze/find-and-organize/find-apps-and-objects.md).
1717

18-
![API Keys UI](../../images/kibana-api-keys.png "")
18+
![API Keys UI](/deploy-manage/images/kibana-api-keys.png "")
1919

2020

2121
## Security privileges [api-keys-security-privileges]
@@ -33,7 +33,7 @@ To manage roles, go to the **Roles** management page using the navigation menu o
3333

3434
To create an API key, go to the **API Keys** management page using the navigation menu or the [global search field](../../explore-analyze/find-and-organize/find-apps-and-objects.md), and select **Create API key**.
3535

36-
![Create API Key UI](../../images/kibana-create-ccr-api-key.png "")
36+
![Create API Key UI](/deploy-manage/images/kibana-create-ccr-api-key.png "")
3737

3838
Refer to the [Create API key](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-create-api-key) documentation to learn more about creating user API keys.
3939

deploy-manage/api-keys/serverless-project-api-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In serverless projects, the following types of API keys exist:
1414

1515
You can manage your keys in **{{project-settings}} → {{manage-app}} → {{api-keys-app}}**:
1616

17-
:::{image} ../../images/serverless-api-key-management.png
17+
:::{image} /deploy-manage/images/serverless-api-key-management.png
1818
:alt: API keys UI
1919
:screenshot:
2020
:::
@@ -24,7 +24,7 @@ You can manage your keys in **{{project-settings}} → {{manage-app}} → {{api-
2424

2525
In **{{api-keys-app}}**, click **Create API key**:
2626

27-
:::{image} ../../images/serverless-create-personal-api-key.png
27+
:::{image} /deploy-manage/images/serverless-create-personal-api-key.png
2828
:alt: Create API key UI
2929
:screenshot:
3030
:width: 50%

deploy-manage/autoscaling/autoscaling-in-ece-and-ech.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ To help you better understand the available autoscaling settings, this example d
163163

164164
The fault tolerance for the data tier is set to 2 availability zones.
165165

166-
:::{image} ../../images/cloud-enterprise-ec-ce-autoscaling-data-summary2.png
166+
:::{image} /deploy-manage/images/cloud-enterprise-ec-ce-autoscaling-data-summary2.png
167167
:alt: A screenshot showing sizing information for the autoscaled data tier
168168
:::
169169

@@ -181,7 +181,7 @@ To help you better understand the available autoscaling settings, this example d
181181

182182
The fault tolerance for the machine learning instance is set to 1 availability zone.
183183

184-
:::{image} ../../images/cloud-enterprise-ec-ce-autoscaling-ml-summary2.png
184+
:::{image} /deploy-manage/images/cloud-enterprise-ec-ce-autoscaling-ml-summary2.png
185185
:alt: A screenshot showing sizing information for the autoscaled machine learning node
186186
:::
187187

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can choose from three levels of resource usage for your trained model deploy
7070

7171
Refer to the tables in the [Model deployment resource matrix](#model-deployment-resource-matrix) section to find out the setings for the level you selected.
7272

73-
:::{image} ../../images/machine-learning-ml-nlp-deployment-id-elser-v2.png
73+
:::{image} /deploy-manage/images/machine-learning-ml-nlp-deployment-id-elser-v2.png
7474
:alt: ELSER deployment with adaptive resources enabled.
7575
:screenshot:
7676
:width: 500px

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $$$faq-cost$$$Is there a way for me to estimate how much {{ecloud}} will cost?
5454
$$$faq-consumption$$$Where can I find a detailed view of my consumption?
5555
: To make it easy to track the ongoing cost of {{ecloud}}, we’ve added line items to the downloadable [invoices](https://cloud.elastic.co/billing/overview?page=docs&placement=docs-body).
5656

57-
![Example invoice](../../../images/cloud-ec-bill-example-new.png)
57+
![Example invoice](/deploy-manage/images/cloud-ec-bill-example-new.png)
5858

5959
Additionally, on the {{ecloud}} [Usage](https://cloud.elastic.co/billing/usage?page=docs&placement=docs-body) page, the **Month-to-date usage** tile shows accrued costs and can help you to better estimate the next charge amount.
6060

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)

0 commit comments

Comments
 (0)