Skip to content

Commit c9f622d

Browse files
authored
Merge branch 'main' into cloud_account_refinement
2 parents 0ed1526 + ecb8562 commit c9f622d

File tree

16 files changed

+73
-368
lines changed

16 files changed

+73
-368
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
preview:
88
uses: elastic/docs-builder/.github/workflows/preview-build.yml@main
99
with:
10-
continue-on-error: true
10+
continue-on-error: false
1111
strict: false
1212
permissions:
1313
contents: read

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# docs-builder default output
2-
.artifacts
2+
.artifacts
3+
.DS_store

deploy-manage/deploy/elastic-cloud.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Serverless projects use the core components of the {{stack}}, such as {{es}} and
1414
Elastic provides three serverless solutions available on {{ecloud}}:
1515

1616
* **https://www.elastic.co/guide/en/serverless/current/what-is-elasticsearch-serverless.html[{{es-serverless}}]**: Build powerful applications and search experiences using a rich ecosystem of vector search capabilities, APIs, and libraries.
17+
% See solutions/search/serverless-elasticsearch-get-started.md
1718
* **https://www.elastic.co/guide/en/serverless/current/what-is-observability-serverless.html[{{obs-serverless}}]**: Monitor your own platforms and services using powerful machine learning and analytics tools with your logs, metrics, traces, and APM data.
1819
* **https://www.elastic.co/guide/en/serverless/current/what-is-security-serverless.html[{{sec-serverless}}]**: Detect, investigate, and respond to threats with SIEM, endpoint protection, and AI-powered analytics capabilities.
1920

explore-analyze/machine-learning/anomaly-detection.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ mapped_urls:
88

99
You can use {{stack}} {{ml-features}} to analyze time series data and identify anomalous patterns in your data set.
1010

11-
* [Finding anomalies](../../../explore-analyze/machine-learning/anomaly-detection/ml-ad-finding-anomalies.md)
12-
* [Tutorial: Getting started with {{anomaly-detect}}](../../../explore-analyze/machine-learning/anomaly-detection/ml-getting-started.md)
13-
* [*Advanced concepts*](../../../explore-analyze/machine-learning/anomaly-detection/ml-ad-concepts.md)
14-
* [*API quick reference*](../../../explore-analyze/machine-learning/anomaly-detection/ml-api-quickref.md)
15-
* [How-tos](../../../explore-analyze/machine-learning/anomaly-detection/anomaly-how-tos.md)
16-
* [*Resources*](../../../explore-analyze/machine-learning/anomaly-detection/ml-ad-resources.md)
11+
* [Finding anomalies](../../explore-analyze/machine-learning/anomaly-detection/ml-ad-finding-anomalies.md)
12+
* [Tutorial: Getting started with {{anomaly-detect}}](../../explore-analyze/machine-learning/anomaly-detection/ml-getting-started.md)
13+
* [*Advanced concepts*](../../explore-analyze/machine-learning/anomaly-detection/ml-ad-concepts.md)
14+
* [*API quick reference*](../../explore-analyze/machine-learning/anomaly-detection/ml-api-quickref.md)
15+
* [How-tos](../../explore-analyze/machine-learning/anomaly-detection/anomaly-how-tos.md)
16+
* [*Resources*](../../explore-analyze/machine-learning/anomaly-detection/ml-ad-resources.md)

explore-analyze/machine-learning/anomaly-detection/ml-configuring-transform.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,5 @@ The preview {{dfeed}} API returns the following results, which show that `41.44`
389389
}
390390
]
391391
```
392+
393+
$$$ml-configuring-transform8$$$

explore-analyze/query-filter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ If you're just getting started with Elasticsearch, try the hands-on [API quickst
2424

2525
When querying your data in Kibana, additional options let you filter the results to just the subset you need. Some of these options are common to most Elastic apps. Check [Filtering in Kibana](/explore-analyze/query-filter/filtering.md) for more details on how to recognize and use them in the UI.
2626

27+
$$$search-analyze-query-languages$$$

explore-analyze/query-filter/filtering.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ Some apps provide more options, such as [Dashboards](../dashboards.md).
2525

2626
Display data within a specified time range when your index contains time-based events, and a time-field is configured for the selected [{{data-source}}](../find-and-organize/data-views.md). The default time range is 15 minutes, but you can customize it in [Advanced Settings](https://www.elastic.co/guide/en/kibana/current/advanced-options.html).
2727

28-
1. Click ![calendar icon](../../../images/kibana-time-filter-icon.png).
28+
1. Click ![calendar icon](../../images/kibana-time-filter-icon.png).
2929
2. Choose one of the following:
3030

3131
* **Quick select**. Set a time based on the last or next number of seconds, minutes, hours, or other time unit.
3232
* **Commonly used**. Select a time range from options such as **Last 15 minutes**, **Today**, and **Week to date**.
3333
* **Recently used date ranges**. Use a previously selected data range.
3434
* **Refresh every**. Specify an automatic refresh rate.
35-
35+
3636
:::{image} ../../images/kibana-time-filter.png
3737
:alt: Time filter menu
3838
:width: 300px
3939
:::
4040

4141
3. To set start and end times, click the bar next to the time filter. In the popup, select **Absolute**, **Relative** or **Now**, then specify the required options.
42-
42+
4343
:::{image} ../../images/kibana-time-relative.png
4444
:alt: Time filter showing relative time
4545
:width: 350px
@@ -55,4 +55,4 @@ To manually resubmit a search, click the **Refresh** button. This is useful when
5555

5656
Structured filters are a more interactive way to create {{es}} queries, and are commonly used when building dashboards that are shared by multiple analysts. Each filter can be disabled, inverted, or pinned across all apps. Each of the structured filters is combined with AND logic on the rest of the query.
5757

58-
![Add filter popup](../../../images/kibana-add-filter-popup.png "")
58+
![Add filter popup](../../images/kibana-add-filter-popup.png "")

explore-analyze/query-filter/languages/querydsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $$$relevance-scores$$$
2828

2929
**Query DSL** is a full-featured JSON-style query language that enables complex searching, filtering, and aggregations. It is the original and most powerful query language for {{es}} today.
3030

31-
The [`_search` endpoint](/solutions/search/querying-for-search-searching-with-the-search-api.md) accepts queries written in Query DSL syntax.
31+
The [`_search` endpoint](../../../solutions/search/querying-for-search.md) accepts queries written in Query DSL syntax.
3232

3333

3434
### Search and filter with Query DSL [search-analyze-query-dsl-search-filter]

raw-migrated-files/docs-content/serverless/what-is-elasticsearch-serverless.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

raw-migrated-files/elasticsearch/elasticsearch-reference/search-with-elasticsearch.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)