Skip to content

Commit c9bc3af

Browse files
Merge branch 'main' into docs-issue-7232-ml-job-github-links
2 parents 93c994a + 65a9146 commit c9bc3af

23 files changed

Lines changed: 369 additions & 68 deletions

File tree

_search.md

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

contribute-docs/api-docs/elasticsearch-api-docs-quickstart.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,31 @@ You should run `make setup` every time you begin work on a contribution, because
5656
::::{step} Make your docs changes
5757
Edit the relevant TypeScript files in the `specification` directory. Use JSDoc comments to describe your API interfaces, following the [guidelines](./guidelines.md). Add or update summaries, descriptions, tags, metadata, links, and examples as needed.
5858
::::
59+
60+
::::{step} Format your changes
61+
```shell
62+
make spec-format-fix
63+
```
64+
Run this command to format your changes according to the standard used in the specification.
65+
::::
66+
67+
::::{step} Open a pull request
68+
69+
Once you're satisfied with your docs changes:
70+
1. Create a pull request from a branch on your local clone
71+
2. Do not include generated files in the PR, including files under `output/` and `docs/examples/languageExamples.json`. CI regenerates these files, and committing them can cause backport jobs to fail.
72+
3. The CI will generate the output and validate your additions
73+
4. Once approved, merge your changes and ensure they are backported to the appropriate branches
74+
::::
75+
76+
:::::
77+
78+
This is everything that is needed to contribute to the spec, as most validation is performed by CI.
79+
If you need to preview the changes locally and check how they'll be displayed in Bump, then a few more steps are needed.
80+
81+
## Generate a Bump preview
82+
83+
:::::{stepper}
5984
::::{step} Format, generate and validate your changes
6085
```shell
6186
make contrib
@@ -118,14 +143,7 @@ Run these commands to generate short-lived previews:
118143
bump preview output/openapi/elasticsearch-openapi-docs-final.json # Preview Elasticsearch API docs
119144
bump preview output/openapi/elasticsearch-serverless-openapi-docs-final.json # Preview Elasticsearch serverless API docs
120145
```
121-
::::
122-
123-
::::{step} Open a pull request
124-
125-
Once you're satisfied with your docs changes:
126-
1. Create a pull request from a branch on your local clone
127-
2. The CI will validate your OpenAPI specs
128-
3. Once approved, merge your changes and ensure they are backported to the appropriate branches
146+
After generating the previews, make sure files under `output/` and `docs/examples/languageExamples.json` are not included in your pull request. CI regenerates these files.
129147
::::
130148

131149
:::::

deploy-manage/deploy/cloud-enterprise/ece-install-offline-images.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Enterprise Search is not available in versions 9.0+.
4747
| docker.elastic.co/cloud-release/kibana-cloud:9.4.3 | ECE 4.0.0 |
4848
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.4.3 | ECE 4.0.0 |
4949
| | |
50-
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.18](https://download.elastic.co/cloud-enterprise/versions/8.19.18.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
51-
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.18 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
52-
| docker.elastic.co/cloud-release/kibana-cloud:8.19.18 | ECE 3.0.0 |
53-
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.19.18 | ECE 3.0.0 |
54-
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.19.18 | ECE 3.0.0 |
50+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.19](https://download.elastic.co/cloud-enterprise/versions/8.19.19.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
51+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.19 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
52+
| docker.elastic.co/cloud-release/kibana-cloud:8.19.19 | ECE 3.0.0 |
53+
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.19.19 | ECE 3.0.0 |
54+
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.19.19 | ECE 3.0.0 |
5555
| | |
5656
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 7.17.29](https://download.elastic.co/cloud-enterprise/versions/7.17.29.zip) | ECE 2.2.2 |
5757
| docker.elastic.co/cloud-assets/elasticsearch:7.17.29-0 | ECE 2.2.2 |
@@ -91,6 +91,11 @@ Enterprise Search is not available in versions 9.0+.
9191
| docker.elastic.co/cloud-release/kibana-cloud:9.4.0 | ECE 4.0.0 |
9292
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.4.0 | ECE 4.0.0 |
9393
| | |
94+
| [{{es}}, {{kib}}, and APM stack pack: 9.3.8](https://download.elastic.co/cloud-enterprise/versions/9.3.8.zip) | ECE 4.0.0 |
95+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.3.8 | ECE 4.0.0 |
96+
| docker.elastic.co/cloud-release/kibana-cloud:9.3.8 | ECE 4.0.0 |
97+
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.3.8 | ECE 4.0.0 |
98+
| | |
9499
| [{{es}}, {{kib}}, and APM stack pack: 9.3.7](https://download.elastic.co/cloud-enterprise/versions/9.3.7.zip) | ECE 4.0.0 |
95100
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.3.7 | ECE 4.0.0 |
96101
| docker.elastic.co/cloud-release/kibana-cloud:9.3.7 | ECE 4.0.0 |
@@ -271,6 +276,12 @@ Enterprise Search is not available in versions 9.0+.
271276
| docker.elastic.co/cloud-release/kibana-cloud:9.0.0 | ECE 4.0.0 |
272277
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.0 | ECE 4.0.0 |
273278
| | |
279+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.19](https://download.elastic.co/cloud-enterprise/versions/8.19.19.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
280+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.19 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
281+
| docker.elastic.co/cloud-release/kibana-cloud:8.19.19 | ECE 3.0.0 |
282+
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.19.19 | ECE 3.0.0 |
283+
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.19.19 | ECE 3.0.0 |
284+
| | |
274285
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.18](https://download.elastic.co/cloud-enterprise/versions/8.19.18.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
275286
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.18 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
276287
| docker.elastic.co/cloud-release/kibana-cloud:8.19.18 | ECE 3.0.0 |

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $$$ece-elastic-stack-stackpacks-recent$$$
4141
| Stack pack download link | Minimum required ECE version |
4242
| --- | --- |
4343
| [{{es}}, {{kib}}, and APM stack pack: 9.4.3](https://download.elastic.co/cloud-enterprise/versions/9.4.3.zip) | ECE 4.0.0 |
44-
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.18](https://download.elastic.co/cloud-enterprise/versions/8.19.18.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
44+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.19](https://download.elastic.co/cloud-enterprise/versions/8.19.19.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
4545
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 7.17.29](https://download.elastic.co/cloud-enterprise/versions/7.17.29.zip) | ECE 2.2.2 |
4646

4747

@@ -56,6 +56,7 @@ Following is the full list of available packs containing {{stack}} versions. Not
5656
| [{{es}}, {{kib}}, and APM stack pack: 9.4.2](https://download.elastic.co/cloud-enterprise/versions/9.4.2.zip) | ECE 4.0.0 | Kibana requires 2GB instance
5757
| [{{es}}, {{kib}}, and APM stack pack: 9.4.1](https://download.elastic.co/cloud-enterprise/versions/9.4.1.zip) | ECE 4.0.0 | Kibana requires 2GB instance
5858
| [{{es}}, {{kib}}, and APM stack pack: 9.4.0](https://download.elastic.co/cloud-enterprise/versions/9.4.0.zip) | ECE 4.0.0 | Kibana requires 2GB instance
59+
| [{{es}}, {{kib}}, and APM stack pack: 9.3.8](https://download.elastic.co/cloud-enterprise/versions/9.3.8.zip) | ECE 4.0.0 |
5960
| [{{es}}, {{kib}}, and APM stack pack: 9.3.7](https://download.elastic.co/cloud-enterprise/versions/9.3.7.zip) | ECE 4.0.0 |
6061
| [{{es}}, {{kib}}, and APM stack pack: 9.3.6](https://download.elastic.co/cloud-enterprise/versions/9.3.6.zip) | ECE 4.0.0 |
6162
| [{{es}}, {{kib}}, and APM stack pack: 9.3.5](https://download.elastic.co/cloud-enterprise/versions/9.3.5.zip) | ECE 4.0.0 |
@@ -92,6 +93,7 @@ Following is the full list of available packs containing {{stack}} versions. Not
9293
| [{{es}}, {{kib}}, and APM stack pack: 9.0.2](https://download.elastic.co/cloud-enterprise/versions/9.0.2.zip) | ECE 4.0.0 |
9394
| [{{es}}, {{kib}}, and APM stack pack: 9.0.1](https://download.elastic.co/cloud-enterprise/versions/9.0.1.zip) | ECE 4.0.0 |
9495
| [{{es}}, {{kib}}, and APM stack pack: 9.0.0](https://download.elastic.co/cloud-enterprise/versions/9.0.0.zip) | ECE 4.0.0 |
96+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.19](https://download.elastic.co/cloud-enterprise/versions/8.19.19.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
9597
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.18](https://download.elastic.co/cloud-enterprise/versions/8.19.18.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
9698
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.17](https://download.elastic.co/cloud-enterprise/versions/8.19.17.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
9799
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.16](https://download.elastic.co/cloud-enterprise/versions/8.19.16.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |

deploy-manage/monitor/autoops/ec-autoops-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ $$$maintenance$$$ **Do I have to do any maintenance when using AutoOps for ECE,
115115
* When using the ECK installation method, make sure your instance of {{agent}} meets the [version requirements](/deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md#prerequisites) for your license type.
116116

117117
$$$trial-ending$$$ **I connected my ECE, ECK, or self-managed cluster to AutoOps during a free trial of {{ecloud}}. What happens after my trial ends?**
118-
: After your free trial ends, your cluster remains connected and AutoOps continues to process your {{es}} metrics as long as:
119-
* You have an [active {{ecloud}} account](../../cloud-organization/billing/add-billing-details.md).
118+
: You don't need a paid {{ecloud}} subscription or an active {{ecloud}} trial to keep using AutoOps for ECE, ECK, or self-managed clusters. AutoOps is free across all [self-managed license types](https://www.elastic.co/subscriptions) through Cloud Connect. After your free trial ends, your cluster remains connected and AutoOps continues to process your {{es}} metrics as long as:
119+
* You have an [active {{ecloud}} account](../../cloud-organization/billing/add-billing-details.md). Creating an {{ecloud}} account is free and doesn't require a paid subscription.
120120
* {{agent}} is running and shipping metrics to {{ecloud}}.
121121

122122
$$$access-autoops$$$**Who has access to AutoOps in my cluster?**

deploy-manage/monitor/logging-configuration/query-logs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The following query types are supported:
2020
- `esql`: [{{esql}}](elasticsearch://reference/query-languages/esql.md) queries
2121
- `eql`: [EQL](elasticsearch://reference/query-languages/eql/eql-syntax.md) queries
2222
- `sql`: [SQL](elasticsearch://reference/query-languages/sql.md) queries
23+
- `promql`: [PromQL API](elasticsearch://reference/query-languages/promql/promql-http-api.md) queries {applies_to}`stack: ga 9.6`
2324

2425
## When to use query logging
2526

@@ -318,6 +319,8 @@ Using parent task and node IDs, you can correlate the log entries of queries ini
318319
These fields are specific to query logging and common for all query languages.
319320

320321
- `elasticsearch.querylog.type`: The type of operation (`dsl`, `esql`, `sql`, `eql`).
322+
- `promql` support: {applies_to}`stack: ga 9.6`
323+
321324
- `elasticsearch.querylog.took`: How long the request took to complete, in nanoseconds. This is the same value as `event.duration`.
322325
- `elasticsearch.querylog.took_millis`: How long (in milliseconds) the request took to complete.
323326
- `elasticsearch.querylog.timed_out`: Boolean specifying whether the query timed out.

docset.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ toc:
111111
- file: archive.md
112112
- file: versions.md
113113
- hidden: 404.md
114-
- hidden: _search.md
115114

116115
subs:
117116
subscriptions: "https://www.elastic.co/subscriptions"

explore-analyze/discover/discover-get-started.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This context-aware experience is determined by both your solution context and th
2929

3030
When you access **Discover** outside of a specific solution context, or when working with data types that don't have specialized experiences, you get the default **Discover** interface with all its core functionality for general-purpose data exploration.
3131

32-
{applies_to}`stack: ga 9.5` {applies_to}`serverless: ga` The active profile also shapes [AI-powered deep analysis](#analyze-with-ai): when you query logs, metrics, or traces from the matching solution context, the agent receives domain-specific guidance on which fields to group by and which {{esql}} commands to use. For example, it uses the `TS` command for time series metrics.
32+
{applies_to}`stack: preview 9.5` {applies_to}`serverless: preview` The active profile also shapes [AI-powered deep analysis](#analyze-with-ai): when you query logs, metrics, or traces from the matching solution context, the agent receives domain-specific guidance on which fields to group by and which {{esql}} commands to use. For example, it uses the `TS` command for time series metrics.
3333

3434
### Context-awareness with multiple data types
3535

@@ -398,10 +398,9 @@ To share your search and **Discover** view with a larger audience, click {icon}`
398398
399399
400400
## Analyze your data with AI [analyze-with-ai]
401-
402401
```{applies_to}
403-
stack: ga 9.5
404-
serverless: ga
402+
stack: preview 9.5
403+
serverless: preview
405404
```
406405
407406
**Discover** integrates with [{{agent-builder}}](../ai-features/elastic-agent-builder.md) to provide AI-powered analysis of your {{esql}} query results. The [`discover-data-analysis` skill](../ai-features/agent-builder/builtin-skills-reference.md#agent-builder-discover-data-analysis-skill) runs aggregation queries against the full dataset behind your current view, renders a chart for the main finding, and proposes drill-down queries you can run in a new tab.

explore-analyze/discover/try-esql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ When you write a query, the {{esql}} editor includes two interactive browsers th
106106
- **Fields browser**: lists fields for the data sources currently in your query and lets you insert one field at a time at the cursor position.
107107

108108
:::{note}
109-
:applies_to: {stack: preview 9.4.0, serverless: unavailable}
109+
:applies_to: {stack: preview 9.4.0, serverless: preview}
110110
[{{esql}} views](elasticsearch://reference/query-languages/esql/esql-views.md) aren't shown in the data source browser but they're visible through the autocomplete menu suggestions.
111111
:::
112112

@@ -469,7 +469,7 @@ Up to and including version 9.2, filtering for multi-value fields isn't supporte
469469
Other interactions with the results table do not update the query, such as dragging fields onto the table or sorting the table in a specific order.
470470

471471
:::{tip}
472-
:applies_to: {"stack": "ga 9.5", "serverless": "ga"}
472+
:applies_to: {"stack": "preview 9.5", "serverless": "preview"}
473473
You can also have an AI agent analyze your {{esql}} results, render a chart of the main finding, and suggest drill-down queries. Refer to [Analyze your data with AI](/explore-analyze/discover/discover-get-started.md#analyze-with-ai).
474474
:::
475475

@@ -502,4 +502,4 @@ From the application menu, select **Switch to classic**. This only affects your
502502
From the application menu, select **Switch to classic**.
503503
::::
504504

505-
:::::
505+
:::::
73.4 KB
Loading

0 commit comments

Comments
 (0)