Skip to content

Commit ecb8562

Browse files
authored
change continue-on-error to false (#315)
* change `continue-on-error` to `false` * fix some * more deletions * more bugs * more * final error
1 parent 2e1da59 commit ecb8562

File tree

9 files changed

+17
-19
lines changed

9 files changed

+17
-19
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

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/toc.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -605,10 +605,7 @@ toc:
605605
- file: elasticsearch/elasticsearch-reference/elasticsearch-intro-deploy.md
606606
- file: elasticsearch/elasticsearch-reference/es-ingestion-overview.md
607607
- file: elasticsearch/elasticsearch-reference/es-security-principles.md
608-
- file: elasticsearch/elasticsearch-reference/esql-examples.md
609-
- file: elasticsearch/elasticsearch-reference/esql-getting-started.md
610608
- file: elasticsearch/elasticsearch-reference/esql-using.md
611-
- file: elasticsearch/elasticsearch-reference/esql.md
612609
- file: elasticsearch/elasticsearch-reference/field-and-document-access-control.md
613610
- file: elasticsearch/elasticsearch-reference/field-level-security.md
614611
- file: elasticsearch/elasticsearch-reference/file-realm.md
@@ -638,8 +635,6 @@ toc:
638635
- file: elasticsearch/elasticsearch-reference/oidc-guide.md
639636
- file: elasticsearch/elasticsearch-reference/oidc-realm.md
640637
- file: elasticsearch/elasticsearch-reference/overview-index-lifecycle-management.md
641-
- file: elasticsearch/elasticsearch-reference/query-dsl.md
642-
- file: elasticsearch/elasticsearch-reference/query-filter-context.md
643638
- file: elasticsearch/elasticsearch-reference/recovery-prioritization.md
644639
- file: elasticsearch/elasticsearch-reference/retrievers-overview.md
645640
- file: elasticsearch/elasticsearch-reference/role-mapping-resources.md

solutions/observability/cloud/monitor-microsoft-azure-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,4 +486,4 @@ Now that you know how to find and visualize your Azure OpenAI logs and metrics,
486486

487487
* **Alerts**: Create threshold rules to notify you when your metrics or logs reach or exceed a specified value: Refer to [Metric threshold](../incident-management/create-metric-threshold-rule.md) and [Log threshold](../incident-management/create-log-threshold-rule.md) for more on setting up alerts.
488488
* **SLOs**: Set measurable targets for your Azure OpenAI service performance based on your metrics. Once defined, you can monitor your SLOs with dashboards and alerts and track their progress against your targets over time. Refer to [Service-level objectives (SLOs)](../incident-management/service-level-objectives-slos.md) for more on setting up and tracking SLOs.
489-
* **Machine learning (ML) jobs**: Set up ML jobs to find anomalous events and patterns in your Azure OpenAI data. Refer to [Finding anomalies](../../../explore-analyze/machine-learning/anomaly-detection/ml-ad-finding-anomalies.md) for more on setting up ML jobs.
489+
* **Machine learning (ML) jobs**: Set up ML jobs to find anomalous events and patterns in your Azure OpenAI data. Refer to [Finding anomalies](../../../explore-analyze/machine-learning/anomaly-detection/ml-ad-finding-anomalies.md) for more on setting up ML jobs.

solutions/search/serverless-elasticsearch-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The UI provides ready-to-use code examples for ingesting data via the REST API.
8888

8989
To get started using the in-product tutorial, navigate to the **Getting Started** page and follow the on-screen steps.
9090

91-
:::{image} ../../../images/serverless-getting-started-page.png
91+
:::{image} ../../images/serverless-getting-started-page.png
9292
:alt: Getting Started page.
9393
:::
9494

0 commit comments

Comments
 (0)